UNPKG
args-any
Version:
latest (1.4.5)
1.4.5
1.4.3
1.4.2
1.4.1
1.4.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.1-beta.9
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
Utility lib for parsing command options
github.com/jaspenlind/args-any
jaspenlind/args-any
args-any
/
dist
/
src
/
lib
/
partial
/
partial.to-object.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
#!/usr/bin/env node
import
{
StringLike
}
from
"string-converter"
;
export
declare
const
toObject
: <T, V
extends
StringLike
|
undefined
>
(
map:
Map
<string, V> | ReadonlyMap<string, V>
) =>
Partial
<T>;