blob: 4d7471e267cfd808bc9ec3df674058db2af7ac6f [file] [log] [blame]
require('../../modules/es6.date.to-primitive');
var toPrimitive = require('../../modules/_date-to-primitive');
module.exports = function(it, hint){
return toPrimitive.call(it, hint);
};