ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
function log<T, R>( options: LogOptions, fn: (...args: T) => Promise<R>, ): (...args: T) => Promise<R>;
T
unknown
R
LogOptions
args
Promise
(...args: T): Promise<R>;
Was this page helpful?