Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(core): use const enum for
HttpStatus
`const enum`s are inlined at compile-time in TypeScript, while regular `enum`s use array and object lookups. This should provide minor performance and size improvements
- Loading branch information