UNPKG

angular2-data

Version:
6 lines 102 B
/** * Adds two numbers together, returning the sum. */ export function add(n, m) { return n + m; }