"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