UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

7 lines 180 B
/** * Type to explicitly define a method name within a source code. * * @type {MethodName} */ export declare type MethodName = string; //# sourceMappingURL=method-name.d.ts.map