UNPKG

249 BTypeScriptView Raw
1/**
2 * Upholds the spec rules about naming.
3 */
4export declare function assertName(name: string): string;
5/**
6 * Upholds the spec rules about naming enum values.
7 *
8 * @internal
9 */
10export declare function assertEnumValueName(name: string): string;