MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / isNotEmptyString

Function isNotEmptyString

js/botasaurus-js/src/string-utils.ts:1–3  ·  view source on GitHub ↗
(x: any)

Source from the content-addressed store, hash-verified

1function isNotEmptyString(x: any) {
2 return typeof x === 'string' && x.trim().length > 0;
3}
4
5export { isNotEmptyString }

Callers 4

performTaskFunction · 0.90
createTaskFunction · 0.90
performPlaywrightFunction · 0.90
createPlaywrightFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected