UNPKG

469 BTypeScriptView Raw
1// Type definitions for lodash.memoize 4.1
2// Project: https://lodash.com
3// Definitions by: Brian Zengel <https://github.com/bczengel>
4// Ilya Mochalov <https://github.com/chrootsu>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6// TypeScript Version: 2.8
7
8// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
9
10import { memoize } from "lodash";
11export = memoize;