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
interface GenerateOptions {
exact?: boolean;
global?: boolean;
multiline?: boolean;
}
declare const _exports: RegExp & { generate(options?: GenerateOptions): RegExp };
export = _exports;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Ryan Arora.