@cardano-sdk/util
Advanced tools
Comparing version 0.15.6 to 0.15.7
@@ -20,3 +20,7 @@ import { Logger } from 'ts-log'; | ||
export declare type NoExtraProperties<T, U> = U & Impossible<Exclude<keyof U, keyof T>>; | ||
export declare type Cache<T> = { | ||
get(key: string): Promise<T | undefined>; | ||
set(key: string, value: T): Promise<void>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -20,3 +20,7 @@ import { Logger } from 'ts-log'; | ||
export declare type NoExtraProperties<T, U> = U & Impossible<Exclude<keyof U, keyof T>>; | ||
export declare type Cache<T> = { | ||
get(key: string): Promise<T | undefined>; | ||
set(key: string, value: T): Promise<void>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@cardano-sdk/util", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"description": "General, not cardano-specific utils", | ||
@@ -63,3 +63,3 @@ "engines": { | ||
], | ||
"gitHead": "fb3ca11bcdd4f668a1cecd75d7e580df6b16c40f" | ||
"gitHead": "69ca0b56c34f455c5fea2efaffe6af1df0420d7b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
424911
1735