MCPcopy
hub / github.com/browserslist/browserslist / isFile

Function isFile

node.js:64–66  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

62}
63
64function isFile(file) {
65 return getPathType(file) === PATHTYPE_FILE
66}
67
68function isDirectory(dir) {
69 return getPathType(dir) === PATHTYPE_DIR

Callers 1

node.jsFile · 0.85

Calls 1

getPathTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…