@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
7 lines • 450 B
TypeScript
export function captureFromMap(powers: ReadFn | ReadPowers, compartmentMap: CompartmentMapDescriptor, options?: CaptureLiteOptions): Promise<CaptureResult>;
import type { ReadFn } from './types.js';
import type { ReadPowers } from './types.js';
import type { CompartmentMapDescriptor } from './types.js';
import type { CaptureLiteOptions } from './types.js';
import type { CaptureResult } from './types.js';
//# sourceMappingURL=capture-lite.d.ts.map