UNPKG

55 BJavaScriptView Raw
1const isNull = (x) => x === null;
2export {
3 isNull
4};