just-safe-get
Advanced tools
Comparing version 2.1.1 to 2.1.2
// Definitions by: Richard Tan <https://github.com/chardos> | ||
declare function get(item: any[] | {}, target: string | string[]): any; | ||
declare function get(item: any[] | {}, target: string | string[], defaultValue?: any): any; | ||
export = get; |
{ | ||
"name": "just-safe-get", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "get value at property, don't throw if parent is undefined", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4412
19524