lodash_require

December 5, 2019 ยท View on GitHub

Lodash for the Deno runtime.

Table of Contents

  • lodash_require
    • Table of Contents
    • Installation
    • Usage
    • API
    • Links

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

  • Lodash API
  • How to use Lodash with Deno

Contents

  1. 1Table of Contents
  2. 2Installation
  3. 3Usage
  4. 4API
  5. 5Links