UNPKG

map-transform-cjs

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