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