@luvio/utils
Advanced tools
Comparing version 5.27.1 to 5.28.0
@@ -34,2 +34,4 @@ /** | ||
} | ||
export type OkDataTypeOf<T> = T extends IResult<infer D, any> ? D : never; | ||
export type ErrorTypeOf<T> = T extends IResult<any, infer E> ? E : never; | ||
export declare class Ok<T, E> implements IResult<T, E> { | ||
@@ -36,0 +38,0 @@ readonly value: T; |
{ | ||
"name": "@luvio/utils", | ||
"version": "5.27.1", | ||
"version": "5.28.0", | ||
"description": "Luvio utils", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
94483
1000