Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
function
isFile(file) {
65
return
getPathType(file) === PATHTYPE_FILE
66
}
67
68
function
isDirectory(dir) {
69
return
getPathType(dir) === PATHTYPE_DIR
Callers
1
node.js
File · 0.85
Calls
1
getPathType
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…