Files
Vanillae/jrx/dist/storage/impure.js
T
2023-02-07 21:50:28 -07:00

16 lines
269 B
JavaScript

"use strict";
/**
* Impure storage API
*
* This code is responsible for
*
* - fetching the program state from storage
* - putting the program state into storage
*
* @module
*/
//export {
// fetch_,
// fetch_migrate
//};
//# sourceMappingURL=impure.js.map