File: builtin.js

package info (click to toggle)
node-browser-resolve 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 716 kB
  • sloc: javascript: 927; makefile: 15; sh: 3
file content (4 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (3)
1
2
3
4
var resolve = require('../');
resolve('fs', null, function(err, path) {
    console.log(path);
});