UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

9 lines 221 B
/** * Defines name for any value. * * @param {any} x Input value. * * @returns {boolean} Name when present. Unknown otherwise. */ export declare function nameOf(x: any): string; //# sourceMappingURL=name-of.d.ts.map