bubkoo


bubkoo
  • Polyfill for Array.prototype.copyWithin.

    published 1.0.0 8 years ago
  • ES spec-compliant String.prototype.padStart shim.

    published 1.0.2 8 years ago
  • ES7 spec-compliant String.prototype.padEnd shim.

    published 1.0.2 8 years ago
  • Checks if the given value is a window object.

    published 1.0.2 8 years ago
  • Restrict the given function only be invoked once. Repeat calls to the function return the value of the first invocation.

    published 1.0.0 8 years ago
  • Returns a function that will only be executed before being called N times.

    published 1.0.0 8 years ago
  • Returns a function that will only be executed after being called N times.

    published 1.0.0 8 years ago
  • Checks if the given value is null or undefined

    published 1.0.1 8 years ago
  • Checks if the given value is null.

    published 1.0.1 8 years ago
  • Checks if the given value is a valid array-like length.

    published 1.0.1 8 years ago
  • Converts value to an integer suitable for use as the length of an array-like object.

    published 1.0.1 8 years ago
  • Checks if path is a direct property of object.

    published 1.0.2 8 years ago
  • Get object's property according to the path.

    published 1.0.1 8 years ago
  • Sets the value at path of object.

    published 1.0.1 8 years ago
  • Removes the property at path of object.

    published 1.0.1 8 years ago
  • Converts the first character of string to lower case.

    published 0.0.0 8 years ago
  • Converts the first character of string to upper case.

    published 0.0.0 8 years ago
  • Converts string to start case.

    published 0.0.0 8 years ago
  • Removes trailing whitespace or specified characters from string.

    published 0.0.0 8 years ago
  • Removes leading whitespace or specified characters from string.

    published 0.0.0 8 years ago
  • Converts string, as a whole, to upper case.

    published 1.0.1 8 years ago
  • Converts string, as a whole, to lower case.

    published 1.0.1 8 years ago
  • Attempts to invoke the given function, returning either the result or the caught error object.

    published 1.0.0 8 years ago
  • Converts string to a property path array.

    published 1.0.1 8 years ago
  • Creates a slice of array with n elements dropped from the beginning.

    published 1.0.2 8 years ago
show more packages