UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

2 lines (1 loc) 128 B
export type StateBagChangeHandler<T> = (bagName: string, key: string, value: T, reserved: number, replicated: boolean) => void;