Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapesJS/cli
/ isString
Function
isString
src/utils.ts:6–6 ·
view source on GitHub ↗
(val: any)
Source
from the content-addressed store, hash-verified
4
import
fsp from
'fs/promises'
;
5
6
export
const
isString = (val: any): val is string => typeof val ===
'string'
;
7
8
export
const
isUndefined = (value: any) => typeof value ===
'undefined'
;
9
Callers
1
normalizeJsonOpt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected