Skip to content

Commit 4fec730

Browse files
committed
Make the exposed object read-only
1 parent 068b3db commit 4fec730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markedit.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type * as lezerHighlight from '@lezer/highlight';
2323
import type * as lezerMarkdown from '@lezer/markdown';
2424
import type * as lezerLr from '@lezer/lr';
2525

26-
export const MarkEdit: MarkEdit;
26+
export const MarkEdit: Readonly<MarkEdit>;
2727

2828
export interface MarkEdit {
2929
/**

0 commit comments

Comments
 (0)