UNPKG

gati-beta

Version:

Beta version for Gati library

4 lines (3 loc) 63 B
export function add(a: number, b: number){ return a + b; }