TypeScript declarations for server-side JavaScript development over the Netuno platform.
The goal is to gain auto-complete using the Netuno low-code server resources.
Inside your application, in the server folder, execute:
npm install -S @netuno/server-typesAdding an import instruction like this at the top of your source code server-side:
import { _req, _db, _val, _out } from "@netuno/server-types";You can load any Netuno resource you want, then the auto-complete should work well.