UNPKG
@narik/custom-validators
Version:
latest (14.0.0)
14.0.0
13.0.0
12.0.0
11.0.0
10.0.0
9.0.0
8.0.0
7.0.1
7.0.0
6.0.2
6.0.1
6.0.0
Framework to create angular application
narik.me
NarikMe/narik-custom-validators
@narik/custom-validators
/
lib
/
util
/
lang.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isPresent
(
obj
:
any
):
boolean
;
export
declare
function
isDate
(
obj
:
any
):
boolean
;
export
declare
function
parseDate
(
obj
:
any
):
string
;