diff options
Diffstat (limited to 'node_modules/po2json/index.js')
-rw-r--r-- | node_modules/po2json/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/po2json/index.js b/node_modules/po2json/index.js new file mode 100644 index 000000000..5be58883e --- /dev/null +++ b/node_modules/po2json/index.js @@ -0,0 +1,5 @@ +module.exports = { + parse: require('./lib/parse'), + parseFile: require('./lib/parseFile'), + parseFileSync: require('./lib/parseFileSync') +};
\ No newline at end of file |