Files
flights_web_raw/node_modules/ramda/es/internal/_of.js
T

3 lines
48 B
JavaScript
Executable File

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