#
setMswAsStarted
Indicates to the useIsMswStarted hook that Mock Service Worker (MSW) is started and the application can safely be rendered.
This hook should be used in pair with either the useIsMswReady hook or the AppRouter component.
#
Reference
setMswAsStarted()
#
Parameters
None
#
Returns
Nothing
#
Usage
import { setMswAsStarted } from "@squide/firefly";
setMswAsStarted();