MCPcopy Index your code
hub / github.com/developit/microbundle / isFile

Function isFile

src/utils.js:14–18  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

12}
13
14export function isFile(name) {
15 return stat(name)
16 .then(stats => stats.isFile())
17 .catch(() => false);
18}
19
20// eslint-disable-next-line no-console
21export const stdout = console.log.bind(console);

Callers 1

jsOrTsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…