mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
// Type definitions for dotfile-regex 1.0
|
|
// Project: https://github.com/regexhq/dotfile-regex
|
|
// Definitions by: mrmlnc <https://github.com/mrmlnc>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function dotfileRegex(): RegExp;
|
|
|
|
export = dotfileRegex;
|