UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 159 B
/** * Converts the given string to a boolean value * @param str Input string */ export declare const fromString: (target: boolean, str: string) => boolean;