UNPKG

@xct007/frieren-scraper

Version:
5 lines (4 loc) 234 B
import { errorHandling } from "../Interface.js"; import { MusicApiJamendoResults } from "../Types.js"; declare function search(query: string, limitValue?: number): Promise<MusicApiJamendoResults[] | errorHandling>; export { search };