UNPKG

esbuild-plugin-vue3

Version:

[![npm version](https://badge.fury.io/js/esbuild-plugin-vue3.svg)](https://badge.fury.io/js/esbuild-plugin-vue3)

7 lines (6 loc) 262 B
import { Options } from "./options"; /** * @returns true if there are any rules to apply, false otherwise. */ export declare function loadRules(opts: Options, tsconfigPath: string): Promise<boolean>; export declare function replaceRules(path: string): string;