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

2 lines
87 B
JavaScript
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
module.exports = require('./_shared')('native-function-to-string', Function.toString);