Skip to content

Commit

Permalink
docs: update node condition api
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Dec 21, 2024
1 parent 3470044 commit fb6f13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/internal/utils/src/node-condition/production-ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* ```ts twoslash
* // @filename: /src/lib/my-lib.ts
*
* import { env } from '@gracile/gracile/env';
* import { nodeCondition } from '@gracile/gracile/node-condition';
*
* if (env.BROWSER) {
* if (nodeCondition.BROWSER) {
* // NOTE: Do stuff…
* }
* ```
Expand Down

0 comments on commit fb6f13f

Please sign in to comment.