Skip to content

Commit

Permalink
Fix the typings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 7, 2024
1 parent b15577c commit 78133d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Transform} from "node:stream";
/**
* Minifies PHP source code by removing comments and whitespace.
*/
export declare class GulpPlugin extends Transform {}
declare class GulpPlugin extends Transform {}

/**
* Defines the options of a {@link GulpPlugin} instance.
Expand Down

0 comments on commit 78133d1

Please sign in to comment.