File size: 197 Bytes
95f4e64
 
 
1
2
3
4
import { Plugin } from "esbuild";
export declare type FileConstantsPluginOptions = Record<never, never>;
export declare const fileConstantsPlugin: (options?: FileConstantsPluginOptions) => Plugin;