UNPKG
@johnbillion/ghsvg
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
Create an SVG of your GitHub Sponsors
github.com/johnbillion/ghsvg
johnbillion/ghsvg
@johnbillion/ghsvg
/
lib
/
options.d.ts
3 lines
(2 loc)
•
221 B
TypeScript
View Raw
1
2
3
export
declare
function
getRange
(
type
:
string
,
cliOpts
:
Record
<
string
,
any
>,
configOpts
:
Record
<
string
,
any
>
):
Promise
<
string
|
number
[]>;
export
declare
function
getOptions
(
args
:
string
[]
):
Promise
<
Record
<
string
,
any
>>;