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