Skip to content

Commit b9aef04

Browse files
authored
Unexport X2jOptions at declaration site (#787)
1 parent c20fbd6 commit b9aef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fxp.d.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type ProcessEntitiesOptions = {
5454
tagFilter?: ((tagName: string, jPath: string) => boolean) | null;
5555
};
5656

57-
export type X2jOptions = {
57+
type X2jOptions = {
5858
/**
5959
* Preserve the order of tags in resulting JS object
6060
*

0 commit comments

Comments
 (0)