UNPKG

typescript-transform-path-rewrite

Version:

Transform generated javascript import/require paths using typescript standard config

4 lines (3 loc) 178 B
import type { Processor } from './processor'; export type { Processor }; export declare function createProcessors(...args: ConstructorParameters<typeof Processor>): Processor[];