symbol.inspect
<symbol> that can be used to declare custom inspect functions.
<symbol> that can be used to declare custom inspect functions.
Utilities module for qualweb
node.js utils
A Node.JS package that provides helpers for Atom.io packages development (e.g: a vanilla JS equivalent of `class MyView extends View`...).
An Object Document Mapper to handle JSON on the fly for NodeJS or Browser
Add a string of HTML to the DOM and return the new element.
Render Vue vNodes from the template
💍 Pick 'n choose what you want from a slot passed into your Vue component
Simple CLI tool using react-dev-tool's open in browser to open any URL in the computers default browser. If the page is already open, activate the tab instead of creating a new window.
Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with values unmodified from those of the original object.
The modern build of lodash’s `_.trunc` as a module.
util.inspect replacement based on Unexpected's output and type system
Simplified Query API for SAMP
Template helper for concatenating a list of files using glob patterns. Should work with handlebars, lodash or any template engine that allows helper functions.
🚀 A util for Actions.
Powerful and flexible signature for `gitclone` - defaults, checks, validating, etc
A powerful javascript functions library!
QualWeb element interface and utilities
HTTP segmented file downloader
Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..