UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

6 lines 421 B
export function link({ entry, compartments: compartmentDescriptors }: CompartmentMapDescriptor, options: LinkOptions): LinkResult; export function assemble(compartmentMap: CompartmentMapDescriptor, options: LinkOptions): Compartment; import type { CompartmentMapDescriptor } from './types.js'; import type { LinkOptions } from './types.js'; import type { LinkResult } from './types.js'; //# sourceMappingURL=link.d.ts.map