14 packages matching “lavadrop”
@lavadrop/ensure
v1.0.0 · 6 years ago
Ensures value is defined (i.e., neither undefined nor null).
No known vulnerabilities
@lavadrop/kebab-case
v3.0.0 · 6 years ago
Converts a string value into kebab case.
No known vulnerabilities
@lavadrop/camel-case
v0.4.0 · 6 years ago
Converts a string value into camel case.
No known vulnerabilities
@lavadrop/omit
v0.4.0 · 6 years ago
The opposite of @lavadrop/pick; this method creates an object composed of the object's own properties that are not in the list of omitted keys.
No known vulnerabilities
@lavadrop/pick
v0.8.0 · 6 years ago
Creates an object composed of the picked object properties.
No known vulnerabilities
@lavadrop/sleep
v0.5.1 · 6 years ago
Sleeps for a specified duration.
No known vulnerabilities
@lavadrop/throttle
v0.4.1 · 6 years ago
Creates a throttled function that only invokes func at most once per every wait milliseconds.
No known vulnerabilities
@lavadrop/attempt
v1.4.1 · 6 years ago
Wraps func in a try...catch.
No known vulnerabilities
@lavadrop/is-boolean
v0.3.0 · 6 years ago
Checks if the primitive value of value is a boolean.
No known vulnerabilities
@lavadrop/pick-by
v0.3.0 · 6 years ago
Creates an object composed of the object properties for which predicate returns truthy.
No known vulnerabilities
@lavadrop/snake-case
v0.4.0 · 6 years ago
Converts a string value into snake case.
No known vulnerabilities
@lavadrop/debounce
v3.0.0 · 6 years ago
Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.
No known vulnerabilities
@lavadrop/identity
v3.0.0 · 6 years ago
Returns the first argument it receives and ignores any additional arguments.
No known vulnerabilities
@lavadrop/fib
v1.0.0 · 6 years ago
A Fibonacci sequence generator.
No known vulnerabilities