@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
6 lines • 458 B
TypeScript
export function assertMatchingWildcardCount(pattern: string, replacement: string): void;
export function makeMultiSubpathReplacer(mapping: PatternDescriptor[] | SubpathMapping): SubpathReplacer;
import type { PatternDescriptor } from './types/pattern-replacement.js';
import type { SubpathMapping } from './types/pattern-replacement.js';
import type { SubpathReplacer } from './types/pattern-replacement.js';
//# sourceMappingURL=pattern-replacement.d.ts.map