Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
isNotEmptyString(x: any) {
2
return
typeof x ===
'string'
&& x.trim().length > 0;
3
}
4
5
export
{ isNotEmptyString }
Callers
4
performTask
Function · 0.90
createTask
Function · 0.90
performPlaywright
Function · 0.90
createPlaywright
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected