npm.io
1.0.0 • Published 5 years ago

@jswork/next-router-path

Licence
MIT
Version
1.0.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0

next-router-path

Router path template for next.

version license size download

installation

npm install -S @jswork/next-router-path

usage

import '@jswork/next-router-path';

nx.routerPath('/user/:id', { id: 123 });
// result: /user/123

resources

license

Code released under the MIT license.