UNPKG
@berish/mvc-router5-plugin
Version:
latest (2.0.0)
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Router5 plugin for @berish/mvc-core
@berish/mvc-router5-plugin
/
build
/
util
/
buildPath.d.ts
6 lines
(5 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
buildPath
(
params
: { [key:
string
]:
any
; }
): { [
key
:
string
]:
any
; };