@netuno/server-types
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

Package Sidebar

Install

npm i @netuno/server-types

Weekly Downloads

6

Version

1.2.0

License

ISC

Unpacked Size

294 kB

Total Files

99

Last publish

Collaborators

  • sitana
  • eduveks