summaryrefslogtreecommitdiff
path: root/tests/specs/publish/prefer_fast_check_graph/subtract.ts
blob: a127ebea94d0f73e5af8cacd20bfac54a76855c7 (plain)
1
2
3
4
5
import * as blah from "./deps.ts";

export function subtract(a: number, b: number): number {
  return a - b;
}