@guildadev/toolkit
Advanced tools
Comparing version
@@ -10,2 +10,3 @@ // packages/toolkit/src/index.ts | ||
} from "@guildadev/remove-falsy-keys"; | ||
export * from "@guildadev/get-initials"; | ||
export { | ||
@@ -12,0 +13,0 @@ default3 as removeFalsyKeys, |
{ | ||
"name": "@guildadev/toolkit", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"private": false, | ||
@@ -16,5 +16,6 @@ "type": "module", | ||
"@guildadev/remove-falsy-keys": "1.0.0", | ||
"@guildadev/remove-nil-keys": "1.0.1" | ||
"@guildadev/remove-nil-keys": "1.0.1", | ||
"@guildadev/get-initials": "1.0.0" | ||
}, | ||
"module": "./index.js" | ||
} |
@@ -5,1 +5,2 @@ export { default as removeNilKeys, removeNilKeysImultable } from '@guildadev/remove-nil-keys'; | ||
export type { RemoveFalsyKeysProps } from '@guildadev/remove-falsy-keys'; | ||
export * from '@guildadev/get-initials'; |
Sorry, the diff of this file is not supported yet
3967
10.78%70
7.69%3
50%+ Added