MCPcopy 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

4import fsp from 'fs/promises';
5
6export const isString = (val: any): val is string => typeof val === 'string';
7
8export const isUndefined = (value: any) => typeof value === 'undefined';
9

Callers 1

normalizeJsonOptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected