File size: 97 Bytes
f56a29b | 1 2 3 4 5 | 'use strict';
/** @type {import('./functionCall')} */
module.exports = Function.prototype.call;
|
f56a29b | 1 2 3 4 5 | 'use strict';
/** @type {import('./functionCall')} */
module.exports = Function.prototype.call;
|