UNPKG

57 BJavaScriptView Raw
1const exists = (t) => t !== void 0;
2export {
3 exists
4};