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