UNPKG

@sudoo/marked

Version:

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

9 lines (8 loc) 322 B
/** * @author WMXPY * @namespace Operation_BinaryExpression * @description In */ import { IScope, ITrace } from "../../declare/variable"; import { Sandbox } from "../../marked/sandbox"; export declare const executeInBinaryOperator: (this: Sandbox, left: any, right: any, scope: IScope, trace: ITrace) => Promise<any>;