@kiwi-lib/utils
Advanced tools
Comparing version 0.0.7 to 0.0.8
export interface Builder<T> { | ||
build(): T; | ||
build(...args: any[]): T | Promise<T>; | ||
} |
{ | ||
"name": "@kiwi-lib/utils", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31317