UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

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