Files
huishou/node_modules/ramda/es/internal/_of.js
T
2026-07-27 14:07:26 +08:00

3 lines
48 B
JavaScript

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