5 lines
97 B
JavaScript
Executable File
5 lines
97 B
JavaScript
Executable File
'use strict';
|
|
|
|
/** @type {import('./functionCall')} */
|
|
module.exports = Function.prototype.call;
|