UNPKG

@webdocgroup/realm-migrations

Version:
12 lines (11 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shouldRunMigrationsHook = void 0; const pipeline_1 = require("@webdocgroup/pipeline"); const shouldRunMigrationsHook = ({ callback, hooks, props, }) => { return pipeline_1.Pipeline.create() .send(props) .through(hooks) .then(callback); }; exports.shouldRunMigrationsHook = shouldRunMigrationsHook;