TNodeWithBlockStatement.d.ts 111 B

123
  1. import * as ESTree from 'estree';
  2. export type TNodeWithBlockStatement = ESTree.BlockStatement|ESTree.Program;