Skip to content
Subhajit Sahu edited this page May 5, 2020 · 1 revision

Create string from arguments, like Array.of().

const of = require('@extra-string/of');
// of(<value>...)

of('a', 1);
// 'a1'
of(1, 2);
// '12'
of();
// ''

extra-string

Clone this wiki locally