import { args } from "./const/args.ts";

export function hasKey(x: string) {
  return args.hasKey(x);
}
