Searched defs:add (Results 1 – 9 of 9) sorted by relevance
15 export const add: (a: number, b: number) => number; constant
15 export function add(a: number, b: number) { function
18 pub fn add(a: i32, b: i32) -> i32 { in add() function
89 async add(a,b) { method in RemoteHelper
34 add(a,b) { method in TestApi