debian-mirror-gitlab/core-js/internals/function-to-string.js

4 lines
119 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
var shared = require('../internals/shared');
module.exports = shared('native-function-to-string', Function.toString);