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

Function isArray

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

Source from the content-addressed store, hash-verified

5}
6
7export function isArray(value: any): value is Array<any> {
8 return Array.isArray(value);
9}
10
11export function isString(value: any): value is string {
12 return typeof value === 'string';

Callers 12

getLoaderRecursivelyFunction · 0.90
getLoadersRecursivelyFunction · 0.90
ensureConfigSanityFunction · 0.90
configureBabelFunction · 0.90
createJestBabelTransformFunction · 0.90
addPluginsFunction · 0.90
mergeWebpackConfigFunction · 0.90
addPresetsFunction · 0.90
addPluginsFunction · 0.90
extendsPostcssFunction · 0.90
deepMergeWithArrayFunction · 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…