Skip to content

Commit

Permalink
fix(fast-node-parse): types fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Sep 16, 2024
1 parent a811e7a commit 89d489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-node-parse/utils/compact.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Node } from '../src/node';

declare class Compactify implements Node {
declare class Compactify extends Node {
optimize(copyProps: string[]): this;
}

Expand Down

0 comments on commit 89d489c

Please sign in to comment.