UNPKG

@sudoo/marked

Version:

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

10 lines (9 loc) 354 B
/** * @author WMXPY * @namespace Operation_FunctionExpression * @description Params Register */ import * as EST from "estree"; import { Sandbox } from "../../marked/sandbox"; import { Scope } from "../../variable/scope"; export declare function registerFunctionExpressionParams(this: Sandbox, args: any[], params: EST.Pattern[], scope: Scope): void;