summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/npm-add/0.5.0/mod.ts
blob: 733997e7be12a37fe598b955b2eec1da76020f9c (plain)
1
2
3
4
5
import * as npmAdd from "npm:@denotest/add@0.5";

export function sum(a: number, b: number): number {
  return npmAdd.sum(a, b);
}