UNPKG
wyser
Version:
latest (1.0.1)
1.0.1
1.0.0
JavaScript SPA (Single Page Application) Framework
github.com/gabrielphala/wyser
gabrielphala/wyser
wyser
/
Middleware
/
Middleware.js
10 lines
(7 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import Middleware
from
"./index"
;
export
default
(
scope, callback =
null
)
=> {
const
tempScope = scope; scope = callback ? scope :
null
; callback = callback ? callback : tempScope; Middleware.
add
(scope, callback); };