@bscotch/utility
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -93,3 +93,3 @@ import type { Merge } from 'type-fest'; | ||
*/ | ||
export declare function omit<T, K extends keyof T>(obj: T, select: K[]): Omit<T, K>; | ||
export declare function omit<T extends {}, K extends keyof T>(obj: T, select: K[]): Omit<T, K>; | ||
//# sourceMappingURL=objects.d.ts.map |
{ | ||
"name": "@bscotch/utility", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Bscotch Utilities: Methods for common Node.js needs.", | ||
@@ -37,3 +37,4 @@ "keywords": [ | ||
"fs-extra": "^10.1.0", | ||
"type-fest": "^2.13.0" | ||
"type-fest": "^2.16.0", | ||
"typescript": "^4.8.0-beta" | ||
}, | ||
@@ -40,0 +41,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
192939
4