2021-09-05 12:34:08 +02:00

3 lines
48 B
JavaScript

export default function _of(x) {
return [x];
}