UNPKG

@naverpay/hidash

Version:

improved lodash

9 lines (6 loc) 221 B
import { PropertyPath } from './internal/types.js'; /** * @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 };