DefinitelyTyped/types/path-regex/index.d.ts
2018-12-25 03:18:36 +01:00

9 lines
284 B
TypeScript

// Type definitions for path-regex 1.0
// Project: https://github.com/regexps/path-regex
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = pathRegex;
declare function pathRegex(): RegExp;