# setMswAsStarted

Indicates to the useIsMswStarted hook that Mock Service Worker (MSW) is started and the application can safely be rendered.

# Reference

setMswAsStarted()

# Parameters

None

# Returns

Nothing

# Usage

import { setMswAsStarted } from "@squide/firefly";

setMswAsStarted();