@types/percentage-regex
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

Installation

npm install --save @types/percentage-regex

Summary

This package contains type definitions for percentage-regex (https://github.com/arthurvr/percentage-regex).

Details

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

// Type definitions for percentage-regex 3.0.0
// Project: https://github.com/arthurvr/percentage-regex

declare namespace percentageRegex {
    interface RegexOptions {
        exact?: boolean | undefined;
    }
}
declare function percentageRegex(opts?: percentageRegex.RegexOptions): RegExp;
export = percentageRegex;

Additional Details

  • Last updated: Fri, 29 Mar 2024 01:27:29 GMT
  • Dependencies: none

Credits

These definitions were written by hu0529.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/percentage-regex

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

3.22 kB

Total Files

5

Last publish

Collaborators

  • types