UNPKG
tfjs-runway
Version:
latest (0.0.1)
0.0.1
tfjs-runway CLI
github.com/infinitered/tfjs-runway
infinitered/tfjs-runway
tfjs-runway
/
build
/
types
/
cli.d.ts
6 lines
(5 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
build
:
any
;
/** * Create the cli and kick it off */
declare
function
run
(
argv
:
any
):
Promise
<
any
>;