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
function
undefined
Description:
If I run the following code
import { Packr } from "msgpackr"; const packer = new Packr({ moreTypes: true, }); const data = packer.unpack(packer.pack(() => 10)); console.log(data); // undefined
I would have expected that it should throw, or at least give me the option to have it throw
The text was updated successfully, but these errors were encountered:
Add documentation for writeFunction, #134
0cb465d
This is available with the writeFunction option. Added this to the docs.
writeFunction
Sorry, something went wrong.
Ah excellent, thanks!
No branches or pull requests
Description:
If I run the following code
I would have expected that it should throw, or at least give me the option to have it throw
The text was updated successfully, but these errors were encountered: