UNPKG

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