DIR : /home/kozerus/public_html/cropex/node/node_modules/longest-streak/index.d.ts

/home/kozerus/public_html/cropex/node/node_modules/longest-streak

/**
 * Get the count of the longest repeating streak of `substring` in `value`.
 *
 * @param {string} value
 *   Content to search in.
 * @param {string} substring
 *   Substring to look for, typically one character.
 * @returns {number}
 *   Count of most frequent adjacent `substring`s in `value`.
 */
export function longestStreak(value: string, substring: string): number
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer