Enum representing all possible value that a Directive.phase
can have.
For more information, see the mizu.sh documentation.
Enum representing all possible value that a Directive.phase
can have.
For more information, see the mizu.sh documentation.
Add Package
deno add jsr:@mizu/internal
Import symbol
import { Phase } from "@mizu/internal/engine";
---- OR ----
Import directly with a jsr specifier
import { Phase } from "jsr:@mizu/internal/engine";
Add Package
npx jsr add @mizu/internal
Import symbol
import { Phase } from "@mizu/internal/engine";
Add Package
yarn dlx jsr add @mizu/internal
Import symbol
import { Phase } from "@mizu/internal/engine";
Add Package
pnpm dlx jsr add @mizu/internal
Import symbol
import { Phase } from "@mizu/internal/engine";
Add Package
bunx jsr add @mizu/internal
Import symbol
import { Phase } from "@mizu/internal/engine";