UNPKG

108 BTypeScriptView Raw
1/**
2 * Only allow date strings
3 */
4export declare function IsDate(target: any, propertyName: string): void;