mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [github-username-regex] Add definitions * [github-username-regex] Change to match CommonJS export format
8 lines
319 B
TypeScript
8 lines
319 B
TypeScript
// Type definitions for github-username-regex 1.0
|
|
// Project: https://github.com/shinnn/github-username-regex
|
|
// Definitions by: BehindTheMath <https://github.com/BehindTheMath>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare const githubUsernameRegex: RegExp;
|
|
export = githubUsernameRegex;
|