// Type definitions for github-username-regex 1.0 // Project: https://github.com/shinnn/github-username-regex // Definitions by: BehindTheMath // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare const githubUsernameRegex: RegExp; export = githubUsernameRegex;