@types/lodash.hasin
Advanced tools
TypeScript definitions for lodash.hasIn
Weekly downloads
Readme
npm install --save @types/lodash.hasin
This package contains type definitions for lodash.hasIn (https://lodash.com).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.hasin.
// Type definitions for lodash.hasIn 4.5
// 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 { hasIn } from "lodash";
export = hasIn;
These definitions were written by Brian Zengel, and Ilya Mochalov.