MCPcopy
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

3const version = require('../package.json').version;
4
5function 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.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected