Skip to content

Commit

Permalink
Merge pull request #57 from cuppachino/union-to-tuple
Browse files Browse the repository at this point in the history
Union to tuple
  • Loading branch information
cuppachino committed Sep 11, 2023
2 parents d20af67 + ca269d4 commit 7d92a4e
Show file tree
Hide file tree
Showing 5 changed files with 1,395 additions and 1,329 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-pugs-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cuppachino/type-space': minor
---

add UnionToTuple type
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"clear": "node -e console.clear()"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@tsd/typescript": "^5.0.2",
"@changesets/cli": "^2.26.2",
"@tsd/typescript": "^5.2.2",
"@type-challenges/utils": "^0.1.1",
"@types/eslint": "^8.21.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsdoc": "^40.1.0",
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsdoc": "^40.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.5.0",
"jest": "^29.6.4",
"jest-runner-tsd": "^5.0.0",
"prettier": "2.8.6",
"tsc-alias": "^1.8.4",
"tsc-alias": "^1.8.7",
"tsd-lite": "^0.7.0",
"typescript": "5.0.3"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 7d92a4e

Please sign in to comment.