Skip to content
TypeAliasDebugger & Diagnostics@public

FlxWatchMutationGuard

Guard result: true permits mutation; false or a message rejects it.

ts
export type FlxWatchMutationGuard = () => boolean | string

Released under the MIT License.