UNPKG

estree-toolkit

Version:

Traverser, scope tracker, and more tools for working with ESTree AST

5 lines (4 loc) 230 B
import { Builders } from './generated/builders-type'; export declare const setNodeValidationEnabled: (state: boolean) => void; export declare const getNodeValidationEnabled: () => boolean; export declare const builders: Builders;