Skip to content

Commit

Permalink
feat: add new utility types - PickByType - PickByValue - Try - UnionT…
Browse files Browse the repository at this point in the history
…oArray
  • Loading branch information
cmatosbc committed Dec 17, 2024
1 parent 9686049 commit 149ad35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tyrany",
"version": "1.0.0",
"version": "1.1.0",
"description": "A TypeScript library of utility types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export { AsyncReturnType } from './types/AsyncReturnType';
export { PathKeys } from './types/PathKeys';
export { Try } from './types/Try';
export { UnionToArray } from './types/UnionToArray';
export {PickByType} from './types/PickByType';
export { PickByValueType } from './types/PickByValueType';
export { PickByType } from './types/PickByType';
export { PickByValue } from './types/PickByValueType';

0 comments on commit 149ad35

Please sign in to comment.