ext
JavaScript utilities with respect to emerging standard
JavaScript utilities with respect to emerging standard
The lodash method `_.isArray` exported as a module.
The modern build of lodash’s `_.isObject` as a module.
All essential TypeScript types in one place
The modern build of lodash’s `_.restParam` as a module.
Modular Lodash builds without the hassle.
The modern build of lodash’s `_.isUndefined` as a module.
The modern build of lodash’s `_.identity` as a module.
The JavaScript Task Runner
The lodash method `_.isNil` exported as a module.
The modern build of lodash’s `_.last` as a module.
A function to test for identical deep equality (based on lodash's isEqual).
Lodash specific linting rules for ESLint
The modern build of lodash’s `_.pairs` as a module.
The modern build of lodash’s `_.constant` as a module.
Smaller modular Lodash builds.
The lodash method `_.fromPairs` exported as a module.
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')