1.0.2 • Published 6 months ago

@types/time-limited-regular-expressions v1.0.2

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

Installation

npm install --save @types/time-limited-regular-expressions

Summary

This package contains type definitions for time-limited-regular-expressions (https://github.com/apostrophecms/time-limited-regular-expressions#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/time-limited-regular-expressions.

index.d.ts

// Type definitions for time-limited-regular-expressions 1.0
// Project: https://github.com/apostrophecms/time-limited-regular-expressions#readme
// Definitions by: Glenn <https://github.com/promise>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = TLRE;

declare function TLRE(options?: { limit: number }): TLRE.TLRE;

declare namespace TLRE {
    interface TLRE {
        match(regex: RegExp, string: string): Promise<RegExpMatchArray | null>;
    }
}

Additional Details

  • Last updated: Sat, 18 Sep 2021 07:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Glenn.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago