UNPKG

borp

Version:

node:test wrapper with TypeScript support

5 lines (3 loc) 71 B
export function add (x: number, y: number): number { return x + y }