UNPKG
cambridge-dictionary-api
Version:
latest (3.0.3)
3.0.3
3.0.0
2.0.5
2.0.0
1.2.0
1.1.5
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
API for Cambridge Dictionary
cambridge-dictionary-api
/
dist
/
helpers
/
extract-derived-forms.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
*
as
cheerio
from
"cheerio"
;
import
{
DictionaryDerivedForm
}
from
"../interfaces"
;
export
declare
function
extractDerivedForms
(
$: cheerio.CheerioAPI
):
DictionaryDerivedForm
;