UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

9 lines (8 loc) 225 B
/** * https://github.com/developit/dlv/blob/master/index.js * @param obj * @param key * @param defaultValue */ declare const _default: (obj: any, key: string | any[], defaultValue?: any) => any; export default _default;