Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
🛠️ General utilities.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
2 weeks ago (0.3.2)
f
always
Returns a function that always returns the same value.
f
applyTo
Takes a value and applies a function to it.
f
cryptoNumber
Generates number
using SubtleCrypto#digest
and the given seed.
f
get
Get the value of a property in an object.
f
identity
Identity function.
f
memoize
Memoize function return values for expensive operations.
f
mutate
Function to encapsulate object mutations.
f
set
Set the value of a property in an object (read only).
f
tap
Tap into a value before calling a function.
f
thunk
Delayed evaluation function.