Searched defs:isString (Results 1 – 4 of 4) sorted by relevance
33 bool isString = false; member
220 bool isString = publishedDataItem.IsString(); variable
2358 const isString = (val: basicType): boolean => typeof val === 'string'; constant
2296 const isString = (val) => typeof val === 'string'; function