[ { "namespace": "any", "types": [ { "id": "AnyType", "type": "object", "properties": { "any": { "type": "any", "description": "Any way you want it, that's the way you need it." } } } ], "functions": [ { "name": "optionalAny", "type": "function", "description": "Takes an optional any param.", "parameters": [ { "type": "any", "name": "any", "optional": true }, { "type": "function", "name": "callback", "parameters": [] } ] }, { "name": "returnAny", "type": "function", "description": "Returns any.", "nodoc": "true", "parameters": [ { "type": "function", "name": "callback", "parameters": [ { "name": "result", "type": "any" } ] } ] } ] } ]