@types/github-username-regex
Version:
TypeScript definitions for github-username-regex
22 lines (16 loc) • 735 B
Markdown
# Installation
> `npm install --save @types/github-username-regex`
# Summary
This package contains type definitions for github-username-regex (https://github.com/shinnn/github-username-regex).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/github-username-regex.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/github-username-regex/index.d.ts)
````ts
declare const githubUsernameRegex: RegExp;
export = githubUsernameRegex;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [BehindTheMath](https://github.com/BehindTheMath).