mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-10 19:54:57 +02:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
'use strict';
|
|
require('../../modules/es.function.bind');
|
|
require('../../modules/es.function.name');
|
|
require('../../modules/es.function.has-instance');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Function;
|