UNPKG

228 BTypeScriptView Raw
1/**
2 * Blocklist for usernames.
3 *
4 * Keep in sync with the Fission API.
5 * https://github.com/fission-suite/fission/blob/master/library/Fission/User/Username/Validation.hs
6 */
7export declare const USERNAME_BLOCKLIST: string[];