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.