ecomplex

Removes all spaces from a string.

Usage no npm install needed!

<script type="module">
  import ecomplex from 'https://cdn.skypack.dev/ecomplex';
</script>

README

ecomplex

Removes all spaces from a string.

Install

$ npm install ecomplex

Usage

const karakuri_test = require("ecomplex");

console.log(ecomplex_test("So much space!"));
//=> "Somuchspace!"

console.log(ecomplex_test(13763));


//=> Uncaught TypeError: ecomplex_test wants a string!