Type Alias MethodClosure

MethodClosure: {
    asynchronous: boolean;
    generator: boolean;
    proto: Cache;
    type: "method";
}