tjmehta / node-nanit

nanit api client for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name

Description

Installation

npm i --save node-module-template

Usage

Supports both ESM and CommonJS

// esm
import nmt from 'node-module-template'
// commonjs
const nmt = require('node-module-template').default

License

MIT

About

nanit api client for node.js

License:MIT License


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%