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
/
minimost.d.ts
7 lines
(6 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
(
argv
:
string
[],
options
?:
any
): {
input
:
any
;
flags
: { [
k
:
string
]:
any
; }; };