UNPKG

map-transform-cjs

Version:
12 lines (9 loc) 303 B
import { TransformerProps, Transformer } from '../types.cjs'; interface Props extends TransformerProps { include?: string[]; includePath?: string; exclude?: string[]; excludePath?: string; } declare const transformer: Transformer<Props>; export { type Props, transformer as default };