0.0.35 • Published 2 years ago
@types/jquery.highlight-bartaz v0.0.35
Installation
npm install --save @types/jquery.highlight-bartaz
Summary
This package contains type definitions for jquery.highlight.js (https://github.com/bartaz/sandbox.js/blob/master/jquery.highlight.js).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.highlight-bartaz.
index.d.ts
// Type definitions for jquery.highlight.js
// Project: https://github.com/bartaz/sandbox.js/blob/master/jquery.highlight.js
// Definitions by: Stefan Profanter <https://github.com/Pro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
///<reference types="jquery" />
interface JQuery {
unhighlight(options?: {
element?: string | undefined,
className?: string | undefined
}): JQuery;
highlight(words: string | string[], options?: {
element?: string | undefined,
className?: string | undefined
caseSensitive?: boolean | undefined,
wordsOnly?: boolean | undefined
}): JQuery;
}
Additional Details
- Last updated: Thu, 08 Jul 2021 16:22:36 GMT
- Dependencies: @types/jquery
- Global values: none
Credits
These definitions were written by Stefan Profanter.
0.0.33
2 years ago
0.0.34
2 years ago
0.0.35
2 years ago
0.0.32
4 years ago
0.0.31
5 years ago
0.0.30
8 years ago
0.0.29
8 years ago
0.0.28
9 years ago
0.0.27
9 years ago
0.0.26-alpha
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.20-alpha
9 years ago
0.0.15-alpha
9 years ago
0.0.14-alpha
9 years ago