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

1.0.3 • Public • Published

Installation

npm install --save @types/wildstring

Summary

This package contains type definitions for wildstring (https://github.com/deltreey/wildstring#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wildstring.

index.d.ts

declare const wildstring: {
    wildcard: string;

    caseSensitive: boolean;

    match: (pattern: string, string: string) => boolean;

    replace: (pattern: string, strings: string | readonly string[]) => string;
};

export {};
export = wildstring;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Ciarán Ingle.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/wildstring

Weekly Downloads

103

Version

1.0.3

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types