16 lines
269 B
JavaScript
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
|