MCPcopy
hub / github.com/micromatch/micromatch / isEmptyString

Function isEmptyString

index.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const utils = require('picomatch/lib/utils');
7
8const isEmptyString = v => v === '' || v === './';
9const hasBraces = v => {
10 const index = v.indexOf('{');
11 return index > -1 && v.indexOf('}', index) > -1;

Callers 1

index.jsFile · 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…