PATH:
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
is-builtin-module
'use strict'; var builtinModules = require('builtin-modules'); module.exports = function (str) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } return builtinModules.indexOf(str) !== -1; };
[-] license
[edit]
[-] package.json
[edit]
[+]
..
[-] index.js
[edit]
[-] readme.md
[edit]