UNPKG

109 BTypeScriptView Raw
1/**
2 * Will only allow letters
3 */
4export declare function IsAlpha(target: any, propertyName: string): void;