UNPKG

197 BJavaScriptView Raw
1var annotate = require('annotate');
2var is = require('annois');
3
4
5module.exports = annotate('ceil', 'Returns the smallest integer greater than or equal to a number').
6 on(is.number, Math.ceil);