UNPKG
pyseoa-ts
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
SEO analysis tools for the web, ported from pyseoa (Python) to TypeScript
pyseoa-ts
/
dist
/
analyzer
/
keywordDensity.d.ts
6 lines
(5 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
KeywordDensityResult
}
from
'../types'
;
export
declare
function
analyzeKeywordDensity
(
html
:
string
,
keyword
:
string
,
thresholds
?: { low:
number
; high:
number
; }
):
KeywordDensityResult
;