UNPKG
allons-y
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Yet another JS/TS tools
github.com/XavierBoubert/allons-y-cli
XavierBoubert/allons-y-cli
allons-y
/
dist
/
imports
/
graph.d.ts
9 lines
(8 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Command
}
from
'../commands/index.js'
;
export
type
CommandArgs
= {
source
:
string
;
file
:
string
;
exclude
?:
string
;
npm
?:
boolean
; };
export
declare
const
graph
:
Command
<
CommandArgs
>;