UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

11 lines (9 loc) 291 B
// eslint-disable-next-line import/export -- just types export * from './src/types-external.js'; export { makeReadPowers, makeWritePowers, makeReadNowPowers, } from './src/node-powers.js'; // Deprecated: export { makeNodeReadPowers, makeNodeWritePowers } from './src/node-powers.js';