Package Exports
- dollars
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 (dollars) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dollars
write less, do more, save dollars - This is the utility library for Node.js. It contains all the bat-shit-crazy utilities that ship and create between different projects.
Installation
npm install --save dollars
Usage
In all examples we assume that the library is required as followed:
'use strict';
var $ = require('dollars');
License
MIT