mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
16 lines
144 B
JavaScript
16 lines
144 B
JavaScript
|
|
(function () {
|
|
|
|
'use strict';
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
function DataUserStorage()
|
|
{
|
|
|
|
}
|
|
|
|
module.exports = new DataUserStorage();
|
|
|
|
}());
|