UNPKG

wyser

Version:

JavaScript SPA (Single Page Application) Framework

10 lines (7 loc) 244 B
import Middleware from "./index"; export default (scope, callback = null) => { const tempScope = scope; scope = callback ? scope : null; callback = callback ? callback : tempScope; Middleware.add(scope, callback); };