UNPKG

81 BJavaScriptView Raw
1module.exports = function (name) {
2 return '["' + name.join('"]["') + '"]';
3};
\No newline at end of file