UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 141 B
/** * Return a string from a given string * @param target * @return string */ export declare const toString: (target: string) => string;