TStatement.d.ts 103 B

123
  1. import * as ESTree from 'estree';
  2. export type TStatement = ESTree.Statement|ESTree.ModuleDeclaration;