lavadrop


  • Wraps func in a try...catch.

    published 1.4.1 5 years ago
  • Converts a string value into camel case.

    published 0.4.0 5 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.

    published 3.0.0 5 years ago
  • Ensures value is defined (i.e., neither undefined nor null).

    published 1.0.0 5 years ago
  • A Fibonacci sequence generator.

    published 1.0.0 5 years ago
  • Returns the first argument it receives and ignores any additional arguments.

    published 3.0.0 5 years ago
  • Checks if the primitive value of value is a boolean.

    published 0.3.0 5 years ago
  • Converts a string value into kebab case.

    published 3.0.0 5 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.

    published 0.4.0 5 years ago
  • Creates an object composed of the picked object properties.

    published 0.8.0 5 years ago
  • Creates an object composed of the object properties for which predicate returns truthy.

    published 0.3.0 5 years ago
  • Sleeps for a specified duration.

    published 0.5.1 5 years ago
  • Converts a string value into snake case.

    published 0.4.0 5 years ago
  • Creates a throttled function that only invokes func at most once per every wait milliseconds.

    published 0.4.1 5 years ago