Skip to content

v1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@seangwright seangwright released this 11 Nov 04:01
· 108 commits to main since this release
  • Add Maybe.tryLast
    • static tryLast<TValue>(values: TValue[]): Maybe<TValue>;
    • static tryLast<TValue>(values: Some<TValue>[], predicate: PredicateOfT<Some<TValue>>): Maybe<TValue>;