@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
15 lines • 417 B
TypeScript
declare namespace _default {
let runtime: string;
function getBundlerKit({ index, indexedImports, bytes }: {
index: any;
indexedImports: any;
bytes: any;
}): {
getFunctor: () => string;
getCells: () => string;
getReexportsWiring: () => string;
getFunctorCall: () => string;
};
}
export default _default;
//# sourceMappingURL=bundle-json.d.ts.map