UNPKG

@sudoo/marked

Version:

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

8 lines (7 loc) 238 B
/** * @author WMXPY * @namespace Analysis * @description Find All */ import { EST_TYPE, IESTreeType } from "../declare/types"; export declare const findAllESTNodes: <T extends EST_TYPE>(estree: any, type: T) => Array<IESTreeType[T]>;