UNPKG

cem-plugin-module-file-extensions

Version:
8 lines (5 loc) 228 B
import type { Plugin } from '@custom-elements-manifest/analyzer'; export declare function moduleFileExtensionsPlugin(opts?: { from?: string|RegExp; to?: string|(Parameters<typeof String.prototype.replace>)[1]; }): Plugin;