UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

10 lines 764 B
export function parseArchive(archiveBytes: Uint8Array, archiveLocation?: string, options?: ParseArchiveOptions): Promise<Application>; export function loadArchive(readPowers: ReadFn | ReadPowers, archiveLocation: string, options?: LoadArchiveOptions): Promise<Application>; export function importArchive(readPowers: ReadFn | ReadPowers, archiveLocation: string, options: ExecuteOptions & LoadArchiveOptions): Promise<object>; import type { ParseArchiveOptions } from './types.js'; import type { Application } from './types.js'; import type { ReadFn } from './types.js'; import type { ReadPowers } from './types.js'; import type { LoadArchiveOptions } from './types.js'; import type { ExecuteOptions } from './types.js'; //# sourceMappingURL=import-archive.d.ts.map