UNPKG

@glandjs/core

Version:

Glands is a web framework for Node.js (@core)

5 lines (4 loc) 187 B
export declare class MetadataScanner { scanFromPrototype<R>(prototype: object, handler: (methodName: string) => R): R[]; getAllFilteredMethodNames(prototype: object): string[]; }