nano-jsx
SSR first, lightweight 1kB JSX library.
SSR first, lightweight 1kB JSX library.
A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.
abilty to mock full and partial modules
**WIP** - Include html files within html files with Node.js.
decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it returns a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.`
partial shallow equality comparison between two values
Streaming file serving library with Range and conditional-GET support from file system or any streaming sources.
File storage for file uploading.
Read mustache files and partials from disk and pass them to mustache
Make the contents of other source files as properties.
Behance Error Logger
Utilities built for the Assemble project.
A Collection of Color Pickers from Sketch, Photoshop, Chrome & more
Partial application. Shuv args around the place.
Enables partial application without affecting the receiver (ie. 'this').
Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`
A curried `String.prototype.split` with support for splitting by String, RegExp, or Function.
Create an object of template partials from a glob of files to pass to any template engine.
TypeScript helper functions for Jest to help make your tests resilient to refactoring.
This is an extremely small package that allows you to validate only part of a Joi Object. This is useful for PATCH requests where you do not receive the entire object to update