// Type definitions for picomatch 2.3
// Project: https://github.com/micromatch/picomatch
// Definitions by: Patrick <https://github.com/p-kuen>
//                 Daniel Tschinder <https://github.com/danez>
//                 Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import picomatch = require('./lib/picomatch');

export = picomatch;
