UNPKG

225 BTypeScriptView Raw
1/**
2 * https://github.com/developit/dlv/blob/master/index.js
3 * @param obj
4 * @param key
5 * @param defaultValue
6 */
7declare const _default: (obj: any, key: string | any[], defaultValue?: any) => any;
8export default _default;