hexo/node_modules/core-js/modules/_function-to-string.js

2 lines
87 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
module.exports = require('./_shared')('native-function-to-string', Function.toString);