Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
custom-return
Generate a function that returns a constant.
cr
Strip windows carriage returns, or convert carriage returns to newlines.
@faslet/react-widget
The Faslet Size Me Up widget for eCommerce platforms
@faslet/widget
The Faslet Size Me Up widget for eCommerce platforms
utilizes.returns
Invoke set of functions with same arguments at ones, and get the results.
@juandardilag/returns
Custom Returns
@bemoje/arr-sorted-index-of
Binary search -based indexOf for sorted arrays.
debouncer-factory
Factory function that returns debounce function
@bemoje/arr-every
Returns true if the predicate is satisfied for every element of the passed array; otherwise false.
ntime
A simple application that returns the system time!
gr.frontend.packages
@bemoje/type-of
Returns a string representing a value's constructor's name property, except for 'NaN', infinite values, 'Infinity', 'Null' and 'Undefined'.
@bemoje/args-to-array
Takes an arguments-object and returns its values in an array.
@bemoje/arr-index-of-first-where
Return the index of the first element of an array where the callback returns true. Returns -1 if none do.
@bemoje/is-node
Browser-safely returns whether the current process is a node-js process.
@bemoje/is-arguments
Returns whether the passed value is an arguments-object
@bemoje/is-args-defined
Returns whether or not the passed arguments are defined - ie. not undefined
@bemoje/is-string
Returns true if the argument is a string; false otherwise.
@bemoje/is-function
Returns true if the argument is a function; false otherwise.
@bemoje/is-null
Returns true of value 'v' is null.