1
Fork 0

typescript(translucid): hopefully fixed markup

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-01-28 20:05:35 +02:00 committed by prescientmoon
parent 6474896119
commit aab92b9cb0
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -65,10 +65,12 @@ And in files.json:
}
```
The QuickServer returns: * translucid => the basic translucid object
* express => the express module
* http => the http module
* server => instance of http.Server()
* connect => a promise that resolves when the server is listening to the specified port
The QuickServer returns:
* translucid => the basic translucid object
* express => the express module
* http => the http module
* server => instance of http.Server()
* connect => a promise that resolves when the server is listening to the specified port
Other utilities in translucid: * read => read a file
Other utilities in translucid:
* read => read a file