UNPKG
reblend-routing
Version:
latest (7.1.2)
7.1.2
7.1.1
5.0.2
5.0.1
5.0.0
4.20.1
4.20.0
4.19.18
4.19.17
4.19.16
4.19.14
4.19.13
4.19.12
4.19.10
4.19.9
4.19.8
4.19.7
4.19.6
4.19.4
4.19.3
Reblend route pattern matcher
reblendjs.com
reblendjs/reblend-routing
reblend-routing
/
lib
/
IAny.d.ts
5 lines
(4 loc)
•
64 B
TypeScript
View Raw
1
2
3
4
5
interface
IAny
{ [
key
:
string
]:
any
; }
export
default
IAny
;