blob: e408fcc5bfa7b82d1cfe118ed443c19ade3dae02 [file] [log] [blame]
function _of(x) {
return [x];
}
module.exports = _of;