UNPKG

comptime.ts

Version:

<div align="center"> <img src="https://raw.githubusercontent.com/feathers-studio/comptime.ts/master/docs/comptime.ts.svg" alt="Hyperactive"> </div>

7 lines (6 loc) 272 B
import { type BunPlugin } from "bun"; import { type GetComptimeReplacementsOpts } from "./comptime.ts"; export type ComptimeBunPluginOpts = GetComptimeReplacementsOpts & { filter?: RegExp; }; export declare const comptime: (opts?: ComptimeBunPluginOpts) => BunPlugin;