Skip to content

Commit

Permalink
Fix stringify export for node
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan818fr committed Oct 5, 2019
1 parent ef1677a commit 6070235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node-java-props.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs';
import {Properties, parse} from './java-props';
import {Properties, parse, stringify} from './java-props';

export * from './java-props';

Expand All @@ -23,4 +23,5 @@ export function parseFile(path: string | Buffer | URL | number, encoding?: strin
export default {
parse,
parseFile,
stringify,
};

0 comments on commit 6070235

Please sign in to comment.