UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

5 lines (4 loc) 116 B
export declare const CreateInstance: <T>(type: { new (): T; name: string; }, isCollection?: boolean) => {};