UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

14 lines 319 B
import { Migration } from './Migration'; export default new Migration(1, 0, 0, function (state, version) { return { changed: true, migratedState: state, finalVersion: version }; }, function (state) { if (Array.isArray(state)) { return true; } return false; }); //# sourceMappingURL=v001.js.map