JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q26517F
  • License ISC

nodejsutils for node usage

Package Exports

  • nodejs-coreutils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nodejs-coreutils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Description

npm package for simple addons to node library.

Installation

`npm i nodejs-coreutils --save`
```
import {nodejs-coreutils} from 'nodejs-coreutils';

```

How to use

Let's see about js code:

    let jsutil = require('nodejs-coreutils');
    console.log(jsutil.removeexponentials(1.2345e5));

    console.log(jsutil.removeexponentials(1.2345e5));