There was an error while loading. Please reload this page.
Returns a string of spaces.
' '.repeat(n)
substr
var space = require('@extra-string/space'); // space(<length>) space(4); // ' ' space(6); // ' ' space(0); // '' space(-1); // ''