@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
15 lines (12 loc) • 573 B
TypeScript
// ESlint does not understand export *
/* eslint-disable import/export */
// These type definitions include all of the external types for the compartment
// mapper that propagate through each of the exported modules of the
// compartment mapper.
// See ./types.d.ts for the additional internal types.
export type * from './types/external.js';
export type * from './types/compartment-map-schema.js';
export type * from './types/policy-schema.js';
export type * from './types/policy.js';
export type * from './types/powers.js';
export type * from './types/node-powers.js';