Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
just-extend
extend an object
just-diff-apply
Apply a diff to an object. Optionally supports jsonPatch protocol
just-diff
Return an object representing the diffs between two objects. Supports jsonPatch protocol
just-curry-it
return a curried function
human-readable
Presenting values in human-readable form.
just-clone
deep copies objects and arrays
just-kebab-case
convert a string to kebab case
just-debounce-it
return a debounced function
just-camel-case
convert a string to camel case
just-omit
copy an object but omit the specified keys
just-unique
dedupes an array
just-throttle
return a throttled function
just-compare
compare two collections
just-safe-get
get value at property, don't throw if parent is undefined
just-pick
copy an object but with only the specified keys
litepicker
Date range picker - lightweight, no dependencies
just-once
create a function that can only be invoked once
just-safe-set
set value at property, create intermediate properties if necessary
just-is-empty
return true if object has no enumerable key values
just-range
Generate a range array for numbers