summaryrefslogtreecommitdiff
path: root/tests/specs/publish/prefer_fast_check_graph/mod.ts
blob: 195730f3e23ca6a9d6893fe8a9919193e7a9c0c1 (plain)
1
2
3
4
5
export * from "./subtract.ts";

export function add(a: number, b: number): number {
  return a + b;
}