typed-conversions
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -15,2 +15,2 @@ import { IDictionary } from "common-types"; | ||
export declare function snapshotToOrderedHash<T = IDictionary>(snap: ISnapShot, idProp?: string): IDictionary<T>; | ||
export declare function getPropertyAcrossDictionaryItems<T>(dictionary: IDictionary<T>, property: string): any[]; | ||
export declare function getPropertyAcrossDictionaryItems<T>(dictionary: IDictionary, property: string): T[]; |
{ | ||
"name": "typed-conversions", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "typed-conversions", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
28763