UNPKG

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