UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

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