Package Exports
- @elliipins/flaglib
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 (@elliipins/flaglib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FlagLib
A small library providing utility methods
Installation
npm install flaglib --save
Usage
var flaglib = require('flaglib').default;
var SMS = flaglib.sms;
var sms = new SMS({});
sms.sendSMS(['2234234'], 'asfasfdasfd', 'asfdasf');
Tests
Contributing
Release History
- 0.0.1 Initial release