UNPKG
mclip
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Minimal cli args parser.
github.com/kajyr/mclip
kajyr/mclip
mclip
/
build
/
index.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
import
{
Config
,
Return
}
from
"./types"
;
declare
function
mclip<C
extends
Config
>(
argv
:
string
[],
config
?: C):
Return
<C>;
export
{ mclip };