UNPKG

@sudoo/marked

Version:

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

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