import { getValue } from "./main.ts";

export function not(el: any) {
  return !getValue(el);
}
