UNPKG
angular2-data
Version:
latest (0.0.4)
0.0.4
0.0.2
0.0.1
A datastore for angular2
github.com/gaslight/angular2-data
gaslight/angular2-data
angular2-data
/
lib
/
utils.js
6 lines
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Adds two numbers together, returning the sum. */
export
function
add
(n, m)
{
return
n + m; }