import { add } from "@scope/a";

export function addOne(a: number): number {
  return add(a, 1);
}