Skip to content

Commit

Permalink
feat: add methods doc (#5)
Browse files Browse the repository at this point in the history
* docs: update README.md

* feat: add examples for isOk

* feat: add examples for isOkAnd, isOkAndAsync

* feat: add examples for isErr, isErrAnd, isErrAndAsync

* feat: add examples for ok, err

* feat: add examples for map, mapAsync, mapOr, mapOrAsync

* feat: add examples for mapOrElse, mapOrElseAsync, mapErr, mapErrAsync

* feat: add examples for inspect, inspectAsync, inspectErr, inspectErrAsync

* feat: add examples for expect, unwrap, expectErr, unwrapErr

* feat: add examples for unwrapOr, unwrapOrElse, unwrapOrElseAsync

* feat: add examples for unwrapUnchecked, unwrapErrUnchecked

* feat: add examples for and, andThen, andThenAsync

* feat: add examples for or, orElse, orElseAsync

* feat: add examples for transpose
  • Loading branch information
yifanwww committed Mar 23, 2024
1 parent a2b5086 commit d70f74e
Show file tree
Hide file tree
Showing 4 changed files with 2,325 additions and 31 deletions.
Loading

0 comments on commit d70f74e

Please sign in to comment.