UNPKG

map-transform-cjs

Version:
9 lines (6 loc) 369 B
import { TransformerProps, TransformDefinition, AsyncTransformer, DataMapperWithOptions, AsyncDataMapperWithOptions } from '../types.js'; interface Props extends TransformerProps { path?: TransformDefinition; } declare const transformer: AsyncTransformer<Props | DataMapperWithOptions | AsyncDataMapperWithOptions>; export { type Props, transformer as default };