ES7 Packages
apr-reject
The opposite of filter. Removes values that pass an async truth test.
apr-seq
Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.
apr-series
Run the functions in the tasks in series, each one running once the previous function has completed.
apr-sort-by
Sorts a list by the results of running each coll value through an async iteratee.
apr-apply
Creates a continuation function with some arguments already applied.
apr-asyncify
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.
apr-awaitify
Transform a callback-based function into a promise-based one.
apr-compose
Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).
apr-concat
Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.
ark-js-util
simple library with basic funcs for my convenience
apey-eye
An Object-Resource Mapping Node REST Framework
cochan
Channel communication primitive
cooksent
Straight simple cookie consent popin using local storage
controller-decorators
Flexible NodeJS Routing Decorators for API Routing
core-wrappers
ES5 function wrappers and ES7/ES2016 decorators.Works great with React/Angular/more!
custom-element-decorators
ES 7 decorators for custom HTML elements.
cypress-babel-esx
Cypress plugin to allow you to use all proposals to the JavaScript language at Proposal stage or above by using babel-preset-stage-1 as well as all JavaScript that has been finalised in the ECMA standard by using babel-preset-env
awesome-decorator
some useful and awesome decorator with javascript
awesome-decorators
Still under development. It is not yet mature. Thank you for your understanding!