JSPM

@elliipins/flaglib

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

null check.

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