Files
tolaria/src/lib/runtimeStyleNonce.ts

7 lines
207 B
TypeScript
Raw Normal View History

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
}