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