UNPKG

187 BTypeScriptView Raw
1/**
2 * Don't allow empty strings
3 */
4export declare function NotEmpty(target: any, propertyName: string): void;
5export declare function NotEmpty(options: {
6 msg: string;
7}): Function;