UNPKG

@naverpay/hidash

Version:

improved lodash

9 lines (6 loc) 222 B
import { PropertyPath } from './internal/types.mjs'; /** * @see https://unpkg.com/browse/lodash.has@4.5.2/index.js */ declare function has(object: unknown, path: PropertyPath): boolean; export { has as default, has };