Installation
npm install --save @types/lodash.uniqby
Summary
This package contains type definitions for lodash.uniqby (https://lodash.com).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.uniqby.
index.d.ts
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { uniqBy } from "lodash";
export = uniqBy;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:38 GMT
- Dependencies: @types/lodash
Credits
These definitions were written by Brian Zengel, and Ilya Mochalov.