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

2 lines
87 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
module.exports = require('./_shared')('native-function-to-string', Function.toString);