# @types/glob-to-regexp

> TypeScript definitions for glob-to-regexp

Latest version **0.4.4** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/glob-to-regexp
pnpm add @types/glob-to-regexp
yarn add @types/glob-to-regexp
bun add @types/glob-to-regexp
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.4.4 |
| Published | 2023-11-07 |
| First published | 2018-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51433 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/glob-to-regexp
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-to-regexp
- npm.io page: https://npm.io/package/@types/glob-to-regexp

## Recent versions

- 0.4.4 (latest) — 2023-11-07
- 0.4.1 (ts3.6) — 2021-07-06
- 0.4.0 (ts2.0) — 2018-06-07
- 0.4.3 — 2023-10-18
- 0.4.2 — 2023-09-20

## README

# Installation
> `npm install --save @types/glob-to-regexp`

# Summary
This package contains type definitions for glob-to-regexp (https://github.com/fitzgen/glob-to-regexp#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-to-regexp.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-to-regexp/index.d.ts)
````ts
export as namespace GlobToRegExp;

export = GlobToRegExp;

declare function GlobToRegExp(glob: string, options?: GlobToRegExp.Options): RegExp;

declare namespace GlobToRegExp {
    interface Options {
        extended?: boolean | undefined;
        globstar?: boolean | undefined;
        flags?: string | undefined;
    }
}

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [whatasoda](https://github.com/whatasoda).

---
_Source: https://npm.io/package/@types/glob-to-regexp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
