Skip to content

sompura/first

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license

Removes all spaces from a string.

Install

$ npm install @sompura/first

Usage

const tiny = require("@sompura/first");

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

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

About

The first NPM module

Resources

License

Stars

Watchers

Forks

Packages

No packages published