UNPKG

hono

Version:

Web framework built on Web Standards

9 lines (8 loc) 336 B
export type { ContentSecurityPolicyOptionHandler } from './secure-headers'; export { NONCE, secureHeaders } from './secure-headers'; import type { SecureHeadersVariables } from './secure-headers'; export type { SecureHeadersVariables }; declare module '../..' { interface ContextVariableMap extends SecureHeadersVariables { } }