DefinitelyTyped/types/dotdir-regex/index.d.ts
2017-11-17 20:05:22 +03:00

9 lines
278 B
TypeScript

// Type definitions for dotdir-regex 1.0
// Project: https://github.com/regexhq/dotdir-regex
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function dotdirRegex(): RegExp;
export = dotdirRegex;