2.0.20 • Published 4 years ago

@extra-string/space.min v2.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Returns a string of spaces.

This is browserified, minified version of @extra-string/space. It is exported as global variable string_space. CDN: unpkg, jsDelivr.

var space = require('@extra-string/space');
// space(<length>)

space(4);  // '    '
space(6);  // '      '
space(0);  // ''
space(-1); // ''

extra-string

2.0.20

4 years ago

2.0.19

4 years ago

2.0.18

4 years ago

2.0.17

4 years ago