Mapply
Bun

method

fs.StatSyncFn.apply

this: Function,
thisArg: any,
argArray?: any
): any;

Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.

@param thisArg

The object to be used as the this object.

@param argArray

A set of arguments to be passed to the function.