Lodash for the Deno runtime.
- Firstly clone this repository.
- Then clone the submodule
lodash
. To do this, rungit submodule update --init --recursive
.
import Lodash from '<url_to_this_module>/mod.ts';
Usage of Lodash is the same. API reference can be found here.