MCPcopy
hub / github.com/dilanx/craco / isString

Function isString

packages/craco/src/lib/utils.ts:11–13  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

9}
10
11export function isString(value: any): value is string {
12 return typeof value === 'string';
13}
14
15export function isBoolean(value: any): value is boolean {
16 return typeof value === 'boolean';

Callers 13

loaderByNameFunction · 0.90
getLoaderRecursivelyFunction · 0.90
getLoadersRecursivelyFunction · 0.90
removeLoadersRecursivelyFunction · 0.90
getConfigPathFunction · 0.90
setEnvironmentVariableFunction · 0.90
addPresetsFunction · 0.90
addPluginsFunction · 0.90
addAssumptionsFunction · 0.90
overrideCssFunction · 0.90
setLoaderPropertyFunction · 0.90
usePostcssConfigFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…