// @flow const run = (func: Function) => func() export default run