UNPKG
tranz
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
The framework for transform anything
github.com/imcuttle/tranz
imcuttle/tranz
tranz
/
lib
/
runProcessor.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
Processor
}
from
'./index'
;
export
default
function
runProcessor
(
input
:
any
,
processor
:
Processor
,
options
?:
any
):
Promise
<
any
>;