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 / AbstractConstructor

Type Alias: AbstractConstructor()<T>

AbstractConstructor<T>: (…args) => T

Type Parameters

T = unknown

Parameters

• …args: unknown[]

Returns

T

Defined in

shared/types/core/AbstractConstructor.ts:1