UNPKG
js-mvc-app
Version:
latest (1.0.1)
1.0.1
1.0.0
A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel
js-mvc-app
/
dist
/
templates
/
utils
/
logger.d.ts
2 lines
•
81 B
TypeScript
View Raw
1
2
export
declare
function
getLogger
(
):
string
;
//# sourceMappingURL=logger.d.ts.map