8.13.0 • Published 5 years ago

@unction/fresh v8.13.0

Weekly downloads
33
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

@unction/fresh

Tests Stability Dependencies

A => A

Takes a value and returns an empty fresh version of that value.

fresh({aaa: "aaa"}) // {}
fresh(["aaa"]) // []
fresh({}) // {}
fresh([]) // []