repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
chore(docs): adjust settings copy
[ProtonMail-WebClient.git]
/
applications
/
mail
/
src
/
__mocks__
/
path-to-regexp.ts
blob
acf8c0b78f9a842c13206a5869a5c3a218525162
1
import { compile, match, pathToRegexp } from 'path-to-regexp';
2
3
(pathToRegexp as any).compile = compile;
4
(pathToRegexp as any).match = match;
5
6
module.exports = pathToRegexp;