UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 148 B
/** * Copy a string from other * @param source * @return string */ export declare const fromString: (target: string, source: string) => string;