UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

8 lines (7 loc) 178 B
/** * Just a short hand for Citizen.invokeNative * @param hash * @param args * @returns */ export declare const _N: <T = void>(hash: string, ...args: InputArgument[]) => T;