UNPKG
ts-make-gen
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Lightning Fast Typescript Project Generator
github.com/vaderdev/tsmake
vaderdev/tsmake
ts-make-gen
/
dist
/
config
/
typescript
/
index.api.d.ts
2 lines
(1 loc)
•
229 B
TypeScript
View Raw
1
2
export declare const code_api
=
"import express from
\"
express
\"
;
\n
\n
app = express();
\n
\n
app.get(
\"
/
\"
, (req, res) => {
\n
res.json(
\"
hello
\"
)
\n
})
\n
\n
app.listen(8000, () => console.log(
\"
running on http://localhost:8000/
\"
))"
;