UNPKG

tranz

Version:

The framework for transform anything

3 lines (2 loc) 138 B
import { Processor } from './index'; export default function runProcessor(input: any, processor: Processor, options?: any): Promise<any>;