5.0.3 • Published 6 months ago

@types/to-regex-range v5.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/to-regex-range

Summary

This package contains type definitions for to-regex-range (https://github.com/micromatch/to-regex-range).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-regex-range.

index.d.ts

// Type definitions for to-regex-range 5.0
// Project: https://github.com/micromatch/to-regex-range
// Definitions by: Richie Bendall <https://github.com/Richienb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace toRegexRange {
    interface Options {
        capture?: boolean;
        shorthand?: boolean;
        relaxZeros?: boolean;
    }
}

declare function toRegexRange(
    min: number | string,
    max?: number | string,
    options?: toRegexRange.Options
): string;

export = toRegexRange;

Additional Details

  • Last updated: Tue, 02 Nov 2021 02:01:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Richie Bendall.

5.0.3

6 months ago

5.0.2

7 months ago

5.0.1

8 months ago

5.0.0

3 years ago