UNPKG

@endo/compartment-mapper

Version:

The compartment mapper assembles Node applications in a sandbox

11 lines 772 B
export function searchDescriptor<T>(location: string, maybeReadDescriptor: MaybeReadDescriptorFn<T>, { log: _log }?: SearchDescriptorOptions): Promise<SearchDescriptorResult<T>>; export function search(readPowers: ReadFn | ReadPowers | MaybeReadPowers, moduleLocation: string, { log }?: SearchOptions): Promise<SearchResult>; import type { MaybeReadDescriptorFn } from './types.js'; import type { SearchDescriptorOptions } from './types.js'; import type { SearchDescriptorResult } from './types.js'; import type { ReadFn } from './types.js'; import type { ReadPowers } from './types.js'; import type { MaybeReadPowers } from './types.js'; import type { SearchOptions } from './types.js'; import type { SearchResult } from './types.js'; //# sourceMappingURL=search.d.ts.map