mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +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;
|