// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_of.js export default function _of(x) { return [x]; }