Skip to content

Commit 91b9607

Browse files
committed
export new isDate function.
1 parent e859016 commit 91b9607

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/lib/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export {
22
_executeValidators, _executeAsyncValidators, _mergeObjects, _mergeErrors,
33
isDefined, hasValue, isEmpty, isString, isNumber, isInteger, isBoolean,
4-
isFunction, isObject, isArray, isMap, isSet, isPromise, isObservable, getType,
5-
isType, isPrimitive, toJavaScriptType, toSchemaType, _toPromise, toObservable,
6-
inArray, xor, SchemaPrimitiveType, SchemaType, JavaScriptPrimitiveType,
4+
isFunction, isObject, isArray, isDate, isMap, isSet, isPromise, isObservable,
5+
getType, isType, isPrimitive, toJavaScriptType, toSchemaType, _toPromise,
6+
toObservable, inArray, xor, SchemaPrimitiveType, SchemaType, JavaScriptPrimitiveType,
77
JavaScriptType, PrimitiveValue, PlainObject, IValidatorFn, AsyncIValidatorFn
88
} from './src/shared/validator.functions';
99
export {

src/lib/src/shared/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
export {
55
_executeValidators, _executeAsyncValidators, _mergeObjects, _mergeErrors,
66
isDefined, hasValue, isEmpty, isString, isNumber, isInteger, isBoolean,
7-
isFunction, isObject, isArray, isMap, isSet, isPromise, isObservable, getType,
8-
isType, isPrimitive, toJavaScriptType, toSchemaType, _toPromise, toObservable,
9-
inArray, xor, SchemaPrimitiveType, SchemaType, JavaScriptPrimitiveType,
7+
isFunction, isObject, isArray, isDate, isMap, isSet, isPromise, isObservable,
8+
getType, isType, isPrimitive, toJavaScriptType, toSchemaType, _toPromise,
9+
toObservable, inArray, xor, SchemaPrimitiveType, SchemaType, JavaScriptPrimitiveType,
1010
JavaScriptType, PrimitiveValue, PlainObject, IValidatorFn, AsyncIValidatorFn
1111
} from './validator.functions';
1212

0 commit comments

Comments
 (0)