lavamoat-core
Version:
LavaMoat kernel and utils
9 lines • 316 B
TypeScript
export = makeGeneralUtils;
/**
* @deprecated - Inlined in endowmentsToolkit (see
* core/src/endowmentsToolkit.js)
*/
declare function makeGeneralUtils(): {
createFunctionWrapper: (sourceValue: any, unwrapTest: any, unwrapTo: any) => (...args: any[]) => any;
};
//# sourceMappingURL=makeGeneralUtils.d.ts.map