UNPKG

fusion-cli

Version:
11 lines (9 loc) 186 B
// @noflow import {createPlugin} from 'fusion-core'; export default createPlugin({ middleware(deps) { return async (ctx, next) => { // This should transpile }; }, });