DIR: /proc/self/root/usr/share/node_modules/@types/picomatch/ |
Current File : //proc/self/root/usr/share/node_modules/@types/picomatch/index.d.ts |
// 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; |