@types/time-limited-regular-expressions
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

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: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Glenn.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/time-limited-regular-expressions

Weekly Downloads

38

Version

1.0.2

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types