@caoyanxuan/tiny

test npm package publish, fn: removes all space from a string

Usage no npm install needed!

<script type="module">
  import caoyanxuanTiny from 'https://cdn.skypack.dev/@caoyanxuan/tiny';
</script>

README

@caoyanxuan/tiny

npm (scoped)

It`s just test npm package publish

1.install


  $ npm install @caoyanxuan/tiny

2.usage


  import { tiny } from '@caoyanxuan/tiny';

  tiny('a bc');
  // => 'abc'

  tiny(123);
  // => Uncatch TypeError: Tiny wants a string!