MCPcopy Create free account
hub / github.com/fisshy/react-scroll / isDirectory

Function isDirectory

examples/webpack.config.js:9–11  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

7 */
8
9function isDirectory(dir) {
10 return fs.lstatSync(dir).isDirectory();
11}
12
13module.exports = {
14

Callers 1

webpack.config.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…