Index.d.ts 51 B

1
  1. export const add: (a: number, b: number) => number;