Files
tolaria/src/lib/runtimeStyleNonce.ts
2026-04-26 11:31:41 +02:00

7 lines
207 B
TypeScript

export const RUNTIME_STYLE_NONCE = 'tolaria-runtime-style'
export const RUNTIME_STYLE_NONCE_SOURCE = `'nonce-${RUNTIME_STYLE_NONCE}'`
export function getRuntimeStyleNonce() {
return RUNTIME_STYLE_NONCE
}