Home Manual Reference Source

src/bool/not.js

const not = (x) => !x;
export default not;