We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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(); // ''