-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add serializer package #28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 83 89 +6
Lines 5759 6239 +480
Branches 1196 1283 +87
==========================================
+ Hits 5759 6239 +480
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
"build:esm": "tsc -p tsconfig.esm.json", | ||
"watch:build": "tsc -p tsconfig.json -w", | ||
"watch:unit": "vitest" | ||
"build": "tsup" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very neat, I'll add this to the machina finance repo
In this PR
STuple
type #20closes #20, closes #24, closes #29