5 lines
97 B
Go
5 lines
97 B
Go
'use strict';
|
|
|
|
/** @type {import('./functionCall')} */
|
|
module.exports = Function.prototype.call;
|