UNPKG
@kalamazoo/theme
Version:
latest (1.0.1)
1.0.1
1.0.0
The Atlaskit theme framework
github.com/stevenselcuk/kalamazoo
stevenselcuk/kalamazoo
@kalamazoo/theme
/
dist
/
cjs
/
math.js
8 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
math_1 =
require
(
"./utils/math"
);
exports
.
multiply
= math_1.
multiply
;
exports
.
add
= math_1.
add
;
exports
.
subtract
= math_1.
subtract
;
exports
.
divide
= math_1.
divide
;
//# sourceMappingURL=math.js.map