UNPKG

@cedx/php-minifier

Version:

Minify PHP source code by removing comments and whitespace.

12 lines 445 B
import { GulpPlugin, type GulpPluginOptions } from "./GulpPlugin.js"; export * from "./FastTransformer.js"; export * from "./GulpPlugin.js"; export type * from "./ITransformer.js"; export * from "./SafeTransformer.js"; /** * Creates a new Gulp plugin. * @param options The plugin options. * @returns The newly created instance. */ export declare function phpMinify(options?: GulpPluginOptions): GulpPlugin; //# sourceMappingURL=Main.d.ts.map