1.0.0 • Published 8 years ago

quash v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Quash

A JavaScript library to help me keep my job.

Usage

This is a thunk-compliant error quasher. Give it a thunk and stop worrying.

var quash = require('quash');

quash(function () {
    // Read from database.
    // Process data.
    I should have been a pair of ragged claws, scuttling across the floors of silent seas...
    // Save records.
});
1.0.0

8 years ago