fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Shared / InstanceTypeWithArgs

Type Alias: InstanceTypeWithArgs<T, Args>

InstanceTypeWithArgs<T, Args>: T extends (…args) => infer R ? R : never

Type Parameters

T

Args extends unknown[]

Defined in

shared/types/objectOriented/InstanceTypeWithArgs.ts:1