UNPKG

spur-common

Version:

A Node.JS library of common modules used as a base to most Node.JS applications.

6 lines (3 loc) 76 B
fs = require "fs" module.exports = (Promise)-> Promise.promisifyAll(fs)