UNPKG

58 BJavaScriptView Raw
1const isFalse = (x) => x === false;
2export {
3 isFalse
4};