UNPKG

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