Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/desandro/draggabilly
/ dir
Function
dir
bin/version.js:5–7 ·
view source on GitHub ↗
( file )
Source
from the content-addressed store, hash-verified
3
const
version = require(
'../package.json'
).version;
4
5
function
dir( file ) {
6
return
path.resolve( __dirname, file );
7
}
8
9
[
'../draggabilly.js'
,
'../README.md'
].forEach(
function
( file ) {
10
file = dir( file );
Callers
1
version.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected