Skip to content
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

Update helpers.ts #5

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Update helpers.ts #5

merged 1 commit into from
Jul 17, 2024

Conversation

tequdev
Copy link
Collaborator

@tequdev tequdev commented Jul 17, 2024

  1. Updated ASSERT
    The asserts function can be used to make better use of type information.
const result = state(...) // number | number[]
ASSERT(typeof result !== 'number')
result // number[]
  1. Added uint16ToHex

  2. Fixed getState

  3. Deleted strictNullChecks setting
    For undefined in the return type of fallback to be handled as expected

@tequdev tequdev requested a review from dangell7 July 17, 2024 09:38
@dangell7 dangell7 merged commit 9df7cbb into Transia-RnD:main Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants