@beignet/core
Version:
Core framework primitives for Beignet
10 lines • 447 B
TypeScript
/**
* Static Beignet lint marker for modules that must stay out of client bundles.
*
* 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 server-only modules:
* `import "@beignet/core/server-only";`.
*/
export declare const beignetServerOnly = true;
//# sourceMappingURL=server-only.d.ts.map