You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript rewrite
Rewritten to TypeScript for Deno support and Node typescript definitions, now as a ponyfill.
Added tests for more scenarios and to bring coverage up.
Modernized syntax and tests.
Added code quality and coverage analysis.
Removed default polyfill behavior and added back as an optional module.
Addresses the following issues:
paroga#27
paroga#24
paroga#21
paroga#13
To make cbor-js work with TypeScript code, it would be nice to have a TypeScript definition file (
*.d.ts
) for the methods cbor-js exposes:The text was updated successfully, but these errors were encountered: