blob: be2d0f135bd602e33577654eb506a39b5dfef248 [file]
export function not(input){
return !input
}