@arminsarajlic/em-components
v1.0.2
Published
Various functions and configs shared between different EM projects
Downloads
9
Maintainers
Readme
@arminsarajlic/em-components
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