UNPKG
@swrve/web-sdk
Version:
beta (1.0.2)
latest (2.6.0)
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
github.com/Swrve/swrve-web-sdk
Swrve/swrve-web-sdk
@swrve/web-sdk
/
dist
/
types
/
src
/
util
/
Nil.d.ts
4 lines
(3 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isNil
(
variable
:
any
):
boolean
;
export
declare
function
isPresent
(
variable
:
any
):
boolean
;
export
declare
function
noOp
(
...
args
:
any
[]
):
Function
;