UNPKG
@ordojs/cli
Version:
latest (0.5.0-beta.2)
0.5.0-beta.2
0.5.0-beta.1
Command-line interface for OrdoJS framework
@ordojs/cli
/
dist
/
utils
/
index.d.ts
7 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@fileoverview
OrdoJS CLI - Utility functions */
export
*
from
'./error.js'
;
export
*
from
'./fs.js'
;
export
*
from
'./logger.js'
;
//# sourceMappingURL=index.d.ts.map