UNPKG

@rbxts/planck-hooks

Version:

A @rbxts/planck plugin that provides support for hooks.

2 lines (1 loc) 105 B
export declare function createContext<T extends unknown[]>(key: string, value: T, fn: () => void): void;