UNPKG

@digitak/esrun

Version:

Execute directly your Typescript files using Esbuild

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