@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
7 lines • 537 B
TypeScript
export function link({ entry, compartments: compartmentDescriptors }: PackageCompartmentMapDescriptor | FileCompartmentMapDescriptor, options: LinkOptions): LinkResult;
export function assemble(compartmentMap: PackageCompartmentMapDescriptor, options: LinkOptions): Compartment;
import type { PackageCompartmentMapDescriptor } from './types.js';
import type { FileCompartmentMapDescriptor } from './types.js';
import type { LinkOptions } from './types.js';
import type { LinkResult } from './types.js';
//# sourceMappingURL=link.d.ts.map