of - nodef/extra-string GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️