UNPKG

esrun

Version:

Execute directly your Typescript files using Esbuild

4 lines (3 loc) 189 B
import { Plugin } from "esbuild"; export type FileConstantsPluginOptions = Record<never, never>; export declare const fileConstantsPlugin: (options?: FileConstantsPluginOptions) => Plugin;