UNPKG
njinn
Version:
latest (1.0.0)
1.0.0
Build and run serverless javascript applications.
github.com/Claviz/nJinn
Claviz/nJinn
njinn
/
lib
/
models
/
server-options.d.ts
4 lines
(3 loc)
•
56 B
TypeScript
View Raw
1
2
3
4
export
interface
ServerOptions
{
port
:
number
; }