UNPKG

zlf-library

Version:

11 lines (9 loc) 152 B
export function add(a,b){ return a + b } export function minus(a,b){ return a - b } export function mutiply(a,b){ return a * b }