UNPKG

283 BTypeScriptView Raw
1import type { MapperRawInputs, MapperOutputs } from './commonTypes';
2export declare function startMapper(worklet: () => void, inputs?: MapperRawInputs, outputs?: MapperOutputs): number;
3export declare function stopMapper(mapperID: number): void;
4//# sourceMappingURL=mappers.d.ts.map
\No newline at end of file