4.6.9 • Published 12 months ago
@types/lodash.some v4.6.9
Installation
npm install --save @types/lodash.some
Summary
This package contains type definitions for lodash.some (https://lodash.com).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.some.
index.d.ts
// Type definitions for lodash.some 4.6
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { some } from "lodash";
export = some;
Additional Details
- Last updated: Mon, 18 Apr 2022 23:03:34 GMT
- Dependencies: @types/lodash
- Global values: none
Credits
These definitions were written by Brian Zengel, and Ilya Mochalov.