All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.prompto.store.DataStore.js Maven / Gradle / Ivy

var MemStore = require("../memstore/MemStore").MemStore;

function DataStore() {

}

DataStore.instance = new MemStore();

exports.DataStore = DataStore;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy