Search results

169 packages found

Custom jQuery methods ($.fn)

published 2.0.0 5 years ago
M
Q
P

An ES2015 no operation module, the future is here.

published 1.0.0 8 years ago
M
Q
P

Take an (a)sync function result and pass it forward.

published 1.0.12 4 years ago
M
Q
P

Check if given function is bound or not.

published 1.0.1 8 years ago
M
Q
P

Check that given string, function or arrow function have empty body, using `parse-function`.

published 1.1.2 9 years ago
M
Q
P

Promisify all function in an object, using [relike][].

published 2.2.0 8 years ago
M
Q
P

Clean function `toString` from code coverage mess. It can't be ideal, but it's useful in testing process.

published 1.0.0 8 years ago
M
Q
P

Returns true if function is a callback. Checks its name is one of [common-callback-names][] - callback, cb, cb_, callback_, next, done, they can be customized, these are default.

published 1.0.1 8 years ago
M
Q
P

A utility library about JavaScript Function.

published 1.0.8 8 years ago
M
Q
P

Bind context to a function and preserves her name. Can be used to change name of a function. The toString also works correctly.

published 2.0.2 8 years ago
M
Q
P

Transform sync, async or generator function to Stream. Correctly handle errors and optional arguments.

published 1.0.1 8 years ago
M
Q
P

Persistence Cache Function | 持久化缓存函数

published 0.1.2 7 months ago
M
Q
P

Create thunk from async or sync function. Works like `thunkify`.

published 1.0.0 9 years ago
M
Q
P

Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins

published 5.0.23 7 years ago
M
Q
P

Create callback api from synchronous function. Same as `make-callback`, but won't handle generators and if async function is given returns it.

published 1.0.1 9 years ago
M
Q
P

Trigger observ/watch or normal listening via a single interface

published 1.0.0 9 years ago
M
Q
P

JavaScript library providing some functional helpers, all very Promise-friendly

published 2.6.0 10 years ago
M
Q
P

Wrap a function to be able to call it with promises as arguments, i.e. use promises as if they where non-promise values

published 1.0.0 9 years ago
M
Q
P

Eslint plugin to control function call code style

published 1.0.3 8 years ago
M
Q
P

Smarter binding of function with some context. It uses .apply instead of .bind, with reason.

published 1.0.1 8 years ago
M
Q
P