UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

6 lines (5 loc) 218 B
import { ImportType } from './ImportType'; import { ASTNode } from './AST'; export interface ITransformerSharedOptions { onRequireCallExpression?: (importType: ImportType, node: ASTNode, value?: string) => void; }