- #41
3b73321
Thanks @lukebennett88! - Handle readonly arrays forisNonEmptyArray
guard.
-
#30
f3bed0d
Thanks @jossmac! - Loosely type object util args.If folks had strongly typed objects, they wouldn't need these utils. Support any object to save some headaches. Affects:
typedEntries()
typedKeys()
- #28
2b8620a
Thanks @mitchellhamilton! - FixedisFulfilled
andisRejected
guards not being exported from the main entry point.
- #25
cec7317
Thanks @mitchellhamilton! - AddedisFulfilled
andisRejected
guards for use withPromise.allSettled