summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/lockfile/pkg/mod.ts
blob: f69572b492e370208c11c2bfc0e69f066f77f02e (plain)
1
2
3
4
5
import * as denotestAdd from "@denotest/add";

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