mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00: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;
|