1.0.2 • Published 7 months ago

@types/snowflake-regex v1.0.2

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

Installation

npm install --save @types/snowflake-regex

Summary

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

Details

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

index.d.ts

// Type definitions for snowflake-regex 1.0
// Project: https://github.com/Commandtechno/snowflake
// Definitions by: Ryan Arora <https://github.com/ryanArora>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface GenerateOptions {
    exact?: boolean;
    global?: boolean;
    multiline?: boolean;
}

declare const _exports: RegExp & { generate(options?: GenerateOptions): RegExp };
export = _exports;

Additional Details

  • Last updated: Sun, 13 Feb 2022 13:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Ryan Arora.