5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('call-bind-apply-helpers/functionApply')} */
|
|
module.exports = Function.prototype.apply;
|