UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

8 lines (7 loc) 221 B
/** * @author WMXPY * @namespace Util * @description Wrap Member Function */ import { Sandbox } from "../marked/sandbox"; export declare const wrapMemberFunction: <T extends Function>(sandbox: Sandbox, func: T) => T;