UNPKG

curated-node

Version:

Not a framework. Not a module. Just a bunch of Node.js packages you most likely familiar with and probably already use, bundled together in a modular fashion.

4 lines (3 loc) 99 B
export declare class FunctionUtils { static getReturnType<R>(_fn: (...args: any[]) => R): R; }