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
/
openGraph.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
OpenGraphResult
}
from
'../types'
;
export
declare
function
analyzeOpenGraph
(
html
:
string
):
OpenGraphResult
;