UNPKG

@sudoo/marked

Version:

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

8 lines (7 loc) 237 B
/** * @author WMXPY * @namespace Operation_BinaryExpression * @description Operators */ import * as EST from "estree"; export declare const getBinaryOperation: (symbol: EST.BinaryOperator) => ((left: any, right: any) => any) | null;