UNPKG

197 BJavaScriptView Raw
1var annotate = require('annotate');
2var is = require('annois');
3
4
5module.exports = annotate('round', 'Returns the value of a number rounded to the nearest integer').
6 on(is.number, Math.round);