Skip to content

TypeScript declarations to server-side JavaScript development over the Netuno platform.

License

Notifications You must be signed in to change notification settings

netuno-org/server-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-types

npm version

TypeScript declarations to server-side JavaScript development over the Netuno platform.

The goal is to gain auto-complete using the Netuno low-code server resources.

Install

Inside your application, into the server folder, execute:

npm install -S @netuno/server-types

How To Use

Adding an import instruction like this at the top of your source code server-side:

import { _req, _db } from "@netuno/server-types";

You can load any Netuno resource you want, then the auto-complete should work well.

About

TypeScript declarations to server-side JavaScript development over the Netuno platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published