1.0.2 • Published 3 years ago

@arminsarajlic/em-components v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

@arminsarajlic/em-components

npm (scoped) npm bundle size (minified)

Various functions and configs shared between different EM projects

Install

$ npm install @arminsarajlic/em-components

Usage

const unspace = require("@arminsarajlic/em-components");

unspace("So much space!");
//=> "Somuchspace!"

unspace(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1