UNPKG

lavamoat-core

Version:
9 lines 316 B
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