UNPKG

@jackdbd/eleventy-plugin-permissions-policy

Version:

Eleventy plugin that writes Permissions-Policy and Feature-Policy headers to a `_headers` file when Eleventy builds your site.

10 lines 451 B
/// <reference types="11ty__eleventy" /> import type { EleventyConfig } from '@11ty/eleventy'; import { Options } from './schemas.js'; export { DEFAULT_OPTIONS, directive, feature, options } from './schemas.js'; export type { Directive, Options } from './schemas.js'; /** * Plugin configuration function. */ export declare const permissionsPolicyPlugin: (eleventyConfig: EleventyConfig, options: Options) => void; //# sourceMappingURL=index.d.ts.map