mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 16:13:18 +00:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
require('../../modules/es.number.to-fixed');
|
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
|
|
module.exports = entryUnbind('Number', 'toFixed');
|