# setMswAsReady

Indicates to the AppRouter that Mock Service Worker is ready and the application can safely be rendered.

# Reference

setMswAsReady()

# Parameters

None

# Returns

Nothing

# Usage

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

setMswAsReady();