UNPKG

120 BJavaScriptView Raw
1var isNull = function (value) {
2 return value === null;
3};
4export default isNull;
5//# sourceMappingURL=is-null.js.map
\No newline at end of file