UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 128 B
/** * Retrun length of string s * @param {string} s * @return number */ export declare const length: (s: string) => number;