1.0.2 • Published 6 months ago

@types/lucene-escape-query v1.0.2

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

Installation

npm install --save @types/lucene-escape-query

Summary

This package contains type definitions for lucene-escape-query (https://github.com/joeybaker/lucene-escape-query).

Details

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

index.d.ts

// Type definitions for lucene-escape-query 1.0
// Project: https://github.com/joeybaker/lucene-escape-query
// Definitions by: Vicary A. <https://github.com/vicary>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function escape(str: string): string;

Additional Details

  • Last updated: Mon, 17 Jan 2022 03:31:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Vicary A..