Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const types = {
require: typeof require,
module: typeof module,
exports: typeof exports,
process: typeof process,
Buffer: typeof Buffer
};
console.log(JSON.stringify(types));