(function () { 'use strict'; /** * @constructor */ function DataUserStorage() { } module.exports = new DataUserStorage(); }());