0.0.3 • Published 6 months ago

@types/escape-regexp v0.0.3

Weekly downloads
3,285
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/escape-regexp

Summary

This package contains type definitions for escape-regexp (https://www.npmjs.com/package/escape-regexp).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escape-regexp.

index.d.ts

// Type definitions for escape-regexp 0.0
// Project: https://www.npmjs.com/package/escape-regexp
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

declare function escapeRegExp(str: string): string;

export = escapeRegExp;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:34 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.