UNPKG

117 BTypeScriptView Raw
1import { ASTNode } from 'ast-types';
2export interface RequireItResult {
3 require: string;
4 toAST(): ASTNode;
5}