UNPKG
merchnow-api-node
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
npm module for Merchnow's API
github.com/breeku/merchnow-api-node
breeku/merchnow-api-node
merchnow-api-node
/
dist
/
htmlParser.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Icontent
}
from
"./interfaces"
;
export
declare
const
catalogToObject
:
(
html
:
string
) =>
Icontent
[];