chore(docs): adjust settings copy
[ProtonMail-WebClient.git] / applications / mail / src / __mocks__ / path-to-regexp.ts
blobacf8c0b78f9a842c13206a5869a5c3a218525162
1 import { compile, match, pathToRegexp } from 'path-to-regexp';
3 (pathToRegexp as any).compile = compile;
4 (pathToRegexp as any).match = match;
6 module.exports = pathToRegexp;