@rbxts/reflex-class
Advanced tools
Comparing version 1.0.8 to 1.0.9
import { BroadcastAction, BroadcastReceiverOptions, ProducerMiddleware } from "@rbxts/reflex"; | ||
export declare const createPatchBroadcastReceiver: (options: BroadcastReceiverOptions) => { | ||
interface PatchBroadcastReceiverOptions extends BroadcastReceiverOptions { | ||
readonly OnPatch?: (patch: object) => void; | ||
} | ||
export declare const createPatchBroadcastReceiver: (options: PatchBroadcastReceiverOptions) => { | ||
dispatch: (actions: BroadcastAction[]) => void; | ||
@@ -7,1 +10,2 @@ hydrate: (state: object) => void; | ||
}; | ||
export {}; |
{ | ||
"name": "@rbxts/reflex-class", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19931
139