typed-typings / npm-mz

Typings for https://github.com/normalize/mz
ISC License
0 stars 0 forks source link

Typed mz

Greenkeeper badge Build Status

Typescript Typings for mz.

Installation

typings install --save mz

Usage

import * as fs from 'mz/fs';

async function doSomething() {
    if (await fs.exists(__filename)) {
        // whatever
    }
}

More examples

Contributing

You can run them the tests with npm run build and npm run test.