5 lines
56 B
JavaScript
5 lines
56 B
JavaScript
function _of(x) {
|
|
return [x];
|
|
}
|
|
|
|
module.exports = _of; |