4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
|
var shared = require('../internals/shared');
|
||
|
|
||
|
module.exports = shared('native-function-to-string', Function.toString);
|