Skip to content
Compare
Choose a tag to compare

Patch Changes

Features πŸ†•

  • Added Types

    • SafeRecord | A record that emulates the noUncheckedIndexedAccess tsconfig setting
    • Result
    • ResultData | Extracts the data from a Result type
    • ResultError | Extracts the error from a Result type
  • Modified Types

    • ValueOf | Add support for arrays
    • Extend

Chores 🧹