Skip to content

Commit 6070235

Browse files
committed
Fix stringify export for node
1 parent ef1677a commit 6070235

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/node-java-props.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs';
2-
import {Properties, parse} from './java-props';
2+
import {Properties, parse, stringify} from './java-props';
33

44
export * from './java-props';
55

@@ -23,4 +23,5 @@ export function parseFile(path: string | Buffer | URL | number, encoding?: strin
2323
export default {
2424
parse,
2525
parseFile,
26+
stringify,
2627
};

0 commit comments

Comments
 (0)