Skip to content

Commit c07fca2

Browse files
committed
fixup! Fix stringify export for node
1 parent 17b3e56 commit c07fca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/java-props.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ export function stringify(props: Properties): string { // TODO: Add unit-tests
6565

6666
export default {
6767
parse,
68+
stringify,
6869
};

0 commit comments

Comments
 (0)