spec/fixtures/module/preload.js (
7
lines of code) (
raw
):
const types = { require: typeof require, module: typeof module, process: typeof process, Buffer: typeof Buffer }; console.log(JSON.stringify(types));