@neutrium/utilities
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

NeutriumJS.utilities

Introduction

NeutriumJS.utilities is a collection of general purpose utility objects for use throughout the NeutriumJS library.

Getting Started

Installing

The utilities module can be installed using npm as follows:

npm install --save "@neutriumjs/utilities"

Typescript

You can include the module using an import statement in typescript:

import {NestedMap} from "@neutriumjs/utilities"

var map = new NestedMap();

This module is built with the declaration files so type hinting should work once the module has been imported.

Node

var utilities = require("@neutriumjs/utilities");

var map = new utilities.NestedMap();

Browsers

Since version 2.0.0 NeutriumJS.utilitites has been converted to a commonjs (node) package. To use it in a browser environment you will need to use a tool like browserify to convert it to a web bunble and expose the Quantity object.

Donations

NeutriumJS is free software, but you can support the developers by donating here.

Release Notes

Version Notes
1.0.0 Initial Release
2.0.0 Rename package, switch to Typescript and convert to npm module

License

Creative Commons Attribution 4.0 International

Readme

Keywords

Package Sidebar

Install

npm i @neutrium/utilities

Weekly Downloads

176

Version

2.0.0

License

CC-BY-4.0

Last publish

Collaborators

  • neutrium