UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

10 lines (7 loc) 316 B
// ESlint does not understand export * /* eslint-disable import/export */ // These type definitions include all of the external and internal types used // within the compartment mapper. export type * from './types-external.js'; export type * from './types/internal.js'; export type * from './types/typescript.js';