UNPKG
@stdlib/assert-is-null
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Test if a value is null.
stdlib.io
stdlib-js/assert-is-null
@stdlib/assert-is-null
/
dist
/
index.js
6 lines
(5 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
u=
function
(
t,r
){
return
function
(
){
return
r||
t
((r={
exports
:{}}).
exports
,r),r.
exports
}};
var
s=
u
(
function
(
c,e
){
function
i
(
t
){
return
t===
null
}e.
exports
=i });
var
n=
s
();
module
.
exports
=n;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map