UNPKG
data-mapping
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Mapping the response to the defined data type.
github.com/joutvhu/data-mapping
joutvhu/data-mapping
data-mapping
/
lib
/
mapping.utils.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isBlank
(
value
:
any
):
boolean
;
export
declare
function
isNotBlank
(
value
:
any
):
boolean
;
export
declare
function
subclassOf
(
subclass
:
any
,
superclass
:
any
):
boolean
;