UNPKG
math-ceil
Version:
latest (1.0.0)
1.0.0
0.0.0
Rounds a numeric value toward positive infinity.
github.com/math-io/ceil
math-io/ceil
math-ceil
/
lib
/
index.js
6 lines
(3 loc)
•
58 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// EXPORTS //
module
.
exports
=
Math
.
ceil
;