@beignet/core
Version:
Core framework primitives for Beignet
10 lines • 443 B
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 declare const beignetClientOnly = true;
//# sourceMappingURL=client-only.d.ts.map