deno_lodash
Lodash port to Deno with typings
How to use
import { lodash } from 'https://deno.land/x/deno_ts_lodash/mod.ts';
console.log(lodash.random(0, 10));
console.log(lodash.shuffle([1, 2, 3, 4, 5]));
Lodash port to Deno with typings
import { lodash } from 'https://deno.land/x/deno_ts_lodash/mod.ts';
console.log(lodash.random(0, 10));
console.log(lodash.shuffle([1, 2, 3, 4, 5]));