UNPKG

@webdocgroup/realm-migrations

Version:
8 lines (7 loc) 226 B
import { Pipeline } from '@webdocgroup/pipeline'; export const shouldRunMigrationsHook = ({ callback, hooks, props, }) => { return Pipeline.create() .send(props) .through(hooks) .then(callback); };