UNPKG

nyks

Version:

nodejs exupery style

7 lines (4 loc) 98 B
"use strict"; module.exports = Math.log10 || function(x) { return Math.log(x) / Math.LN10; };