There was an error while loading. Please reload this page.
Create string from arguments, like Array.of().
Array.of()
const of = require('@extra-string/of'); // of(<value>...) of('a', 1); // 'a1' of(1, 2); // '12' of(); // ''