UNPKG

110 BTypeScriptView Raw
1/**
2 * Checks for uppercase
3 */
4export declare function IsUppercase(target: any, propertyName: string): void;