UNPKG

74 BJavaScriptView Raw
1const existsAndNotNull = (x) => x != null;
2export {
3 existsAndNotNull
4};