Skip to content

Commit

Permalink
export the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvreis authored and sophicshift committed Oct 5, 2023
1 parent 2876117 commit ac9043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/xparsejax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ new CommandMap(XPARSEMAP, {
IfNoValueF: ['ifNoValue', 'f'],
}, xparseMethods);

Configuration.create(
export const configuration = Configuration.create(
'xparse', { handler: { macro: [XPARSEMAP] } }
);

0 comments on commit ac9043b

Please sign in to comment.