DefinitelyTyped/types/github-username-regex/index.d.ts
BehindTheMath dd980c087a [github-username-regex] Add definitions (#20665)
* [github-username-regex] Add definitions

* [github-username-regex] Change to match CommonJS export format
2017-10-19 16:15:07 -07:00

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;