Home

Awesome

lodash_require

Lodash for the Deno runtime.

Table of Contents

Installation

  1. Firstly clone this repository.
  2. Then clone the submodule lodash. To do this, run git 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.

Links