UNPKG

@sudoo/marked

Version:

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

8 lines (7 loc) 203 B
/** * @author WMXPY * @namespace Operation * @description Unary */ import * as EST from "estree"; export declare const getUnaryOperation: (symbol: EST.UnaryOperator) => ((value: any) => any) | null;