UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

4 lines (3 loc) 85 B
export declare const classToObject: <T>(obj: any, type?: { new (): T; }) => any;