Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
function
isDirectory(dir) {
10
return
fs.lstatSync(dir).isDirectory();
11
}
12
13
module.exports = {
14
Callers
1
webpack.config.js
File · 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…