no1b4me's picture
Upload 5037 files
95f4e64 verified
raw
history blame contribute delete
197 Bytes
import { Plugin } from "esbuild";
export declare type FileConstantsPluginOptions = Record<never, never>;
export declare const fileConstantsPlugin: (options?: FileConstantsPluginOptions) => Plugin;