UNPKG

react-csp

Version:

A npm package/plugin that generate Content Security Policy for create-react-app without eject or rewired.

7 lines (6 loc) 254 B
import { ConfigExtension } from "./types"; declare let filename: string; declare const baseDir: string; declare const configPath: (extension: ConfigExtension) => string; declare const htmlPath: string; export { baseDir, configPath, htmlPath, filename };