const PropertiesReader = require('./properties-reader'); module.exports = function propertiesReaderFactory (sourceFile, encoding, options) { return new PropertiesReader(sourceFile, encoding, options); };