UNPKG
typle
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
📦 Scan and install missing Typescript type definitions for your dependencies.
typle
/
dist
/
cli.d.ts
4 lines
(2 loc)
•
62 B
TypeScript
View Raw
1
2
3
4
declare
function
runCLI
(
):
Promise
<
void
>;
export
{ runCLI };