UNPKG
@byalvear/rrule-fns
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.6
1.0.4
1.0.2
1.0.1
1.0.0
A lightweight recurrence rule parser and generator for JavaScript/TypeScript
@byalvear/rrule-fns
/
dist
/
cjs
/
recurrence.validator.d.ts
3 lines
•
237 B
TypeScript
View Raw
1
2
3
import
{
ValidationOptions
}
from
'class-validator'
;
export
declare
function
IsValidRecurrencePattern
(
validationOptions
?:
ValidationOptions
):
(
object
:
any
,
propertyName
:
string
) =>
void
;
//# sourceMappingURL=recurrence.validator.d.ts.map