sydinh-node-package

1.0.5 • Public • Published

sydinh-node-package v1.0.5

The sydinh-node-package library exported as Node.js modules.

Requirements

  • node & npm
  • git

Installation

$ npm i -g npm
$ npm i sydinh-node-package

Usage

// imports whole library
import { add, subtract } from 'sydinh-node-package';
 
// imports whole library too because the *src/index.js* from the library imports/exports subtract function
import { add } from 'sydinh-node-package';
 
// imports add as standalone function without import whole library
import add from 'sydinh-node-package/lib/add';
 
// imports subtract as standalone function without import whole library
import subtract from 'sydinh-node-package/lib/subtract';
 
add(1, 1); // expected output: 2
 
subtract(1, 1); // expected output: 0

Readme

Keywords

none

Package Sidebar

Install

npm i sydinh-node-package

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

6.8 kB

Total Files

8

Last publish

Collaborators

  • sydinh