@beignet/core
Version:
Core framework primitives for Beignet
9 lines • 300 B
TypeScript
/**
* Shared utilities for server hooks.
*/
/**
* Extract requestId from context object if it exists.
* This helper reduces type casting duplication throughout the codebase.
*/
export declare function getRequestIdFromContext(ctx: unknown): string | undefined;
//# sourceMappingURL=utils.d.ts.map