wallet-core/node_modules/po2json/index.js

5 lines
143 B
JavaScript
Raw Normal View History

2016-10-10 03:43:44 +02:00
module.exports = {
parse: require('./lib/parse'),
parseFile: require('./lib/parseFile'),
parseFileSync: require('./lib/parseFileSync')
};