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