We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda19a2 commit d5dfbfcCopy full SHA for d5dfbfc
src/util.ts
@@ -123,9 +123,6 @@ export function expandPath(input: string): string {
123
124
/**
125
* Return the number of times a substring appears in a string.
126
- * @param needle string
127
- * @param haystack string
128
- * @returns number
129
*/
130
export function countSubstring(needle: string, haystack: string): number {
131
if (needle.length < 1 || haystack.length < 1) {
0 commit comments