UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

3 lines (2 loc) 121 B
import { Constructor } from '../types'; export declare function getConstructor(obj: unknown): Constructor | undefined;