Skip to content

Commit

Permalink
Introduce as parameter (#28)
Browse files Browse the repository at this point in the history
* Introduce `as` parameter

* asBigInt

* Fix Linting
  • Loading branch information
lucemans authored Aug 2, 2022
1 parent ca1bf8c commit 9dbd9c9
Show file tree
Hide file tree
Showing 4 changed files with 4,175 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint": "eslint -c .eslintrc.json --ext .ts ./src ./tests"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@jest/types": "^28.1.3",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.2",
"@types/yup": "^0.29.13",
"@typescript-eslint/parser": "^5.2.0",
Expand All @@ -38,6 +39,5 @@
"typescript": "^4.5.2",
"yup": "^0.32.11"
},
"dependencies": {},
"version": "0.0.1"
}
Loading

0 comments on commit 9dbd9c9

Please sign in to comment.