UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

6 lines (5 loc) 192 B
export interface NativeDispatchEntry { readonly ns: string; readonly methods: readonly string[]; } export declare const NATIVE_DISPATCH: Readonly<Record<string, NativeDispatchEntry>>;