UNPKG
@netlify/redirect-parser
Version:
latest (15.0.3)
15.0.3
15.0.2
15.0.1
15.0.0
14.5.1
14.5.0
14.4.0
Parses netlify redirects into a js object representation
github.com/netlify/build
netlify/build
@netlify/redirect-parser
/
lib
/
normalize.d.ts
5 lines
(4 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
export
function
normalizeRedirects
(redirects: any, minimal: any)
: {
redirects: any; errors: any; };