We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#25 Introduced infrastructure for typings. Remaining TODOs:
mathBox
types.js
types.spec.ts
The text was updated successfully, but these errors were encountered:
@ChristopherChudzicki we might be done with this, yeah?
Sorry, something went wrong.
The types for types.js are not really done. A bunch are still any: https://github.com/unconed/mathbox/blob/master/src/primitives/types/types_typed.ts#L207-L222
any
I think this will be "done" when those are all finished. I'm pretty sure I'll add scale soon, and will look more closely at the others when I do that.
scale
ChristopherChudzicki
No branches or pull requests
#25 Introduced infrastructure for typings. Remaining TODOs:
To-do:
mathBox
optionstypes.js
types.spec.ts
. Since that test file is written in typescript, if its tests pass, we can be confident in my manual typings.The text was updated successfully, but these errors were encountered: