UNPKG

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