UNPKG
@interopio/cli
Version:
latest (4.2.0)
4.2.0
4.1.0
4.0.1
4.0.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.0.0
Interop.io CLI - a command line for creating Interop.io applications
interop.io
@interopio/cli
/
dist
/
hooks
/
init
/
configuration.d.ts
4 lines
(3 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
import
{
Hook
}
from
'@oclif/core'
;
declare
const
configure
:
Hook
<
"init"
>;
export
default
configure;