UNPKG

@sudoo/marked

Version:

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

8 lines (7 loc) 205 B
/** * @author WMXPY * @namespace Util_Node * @description Validator */ import * as EST from "estree"; export declare const validateLiteralOrIdentifier: (node: EST.Literal | EST.Identifier) => boolean;