@types/to-regex-range
TypeScript definitions for to-regex-range
Last updated 4 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/to-regex-range 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 5.0.0                                ...           latest (4 years ago)
  • 5.0.0                                ...           ts3.7 (4 years ago)
  • 5.0.0                                ...           ts3.8 (4 years ago)
  • 5.0.0                                ...           ts3.9 (4 years ago)
  • 5.0.0                                ...           ts4.0 (4 years ago)
  • 5.0.0                                ...           ts4.1 (4 years ago)
  • 5.0.0                                ...           ts4.2 (4 years ago)
  • 5.0.0                                ...           ts4.3 (4 years ago)
  • 5.0.0                                ...           ts4.4 (4 years ago)
  • 5.0.0                                ...           ts4.5 (4 years ago)
  • 5.0.0                                ...           ts4.6 (4 years ago)
  • 5.0.0                                ...           ts4.7 (4 years ago)
  • 5.0.0                                ...           ts4.8 (4 years ago)
  • 5.0.0                                ...           ts4.9 (4 years ago)

1 Versions

  • 5.0.0                                ...           4 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |