@beignet/core
Version:
Core framework primitives for Beignet
10 lines (9 loc) • 394 B
text/typescript
/**
* Static Beignet lint marker for modules intended for client-side imports.
*
* Host frameworks may provide their own runtime-only enforcement. This marker
* is intentionally a no-op so Beignet can enforce intent through `beignet lint`.
* Import it for side effects at the top of client-only modules:
* `import "@beignet/core/client-only";`.
*/
export const beignetClientOnly = true;