UNPKG

ultra-lyrics

Version:

Lyrics Fetcher

14 lines (13 loc) 278 B
import { IHit, SearchResults } from '.'; /** * @internal * Class which parses the search results. */ export default class Parser { private raw; constructor(raw: IHit[]); /** * Method which parses the search results. */ parse: () => SearchResults; }