UNPKG

songsterr-api-node

Version:
7 lines (6 loc) 268 B
import { IsongsterrTabs } from "./interfaces"; /** * @param {string} string - A string to search for. * @return {Array} Array - Array of object's that includes all result's */ export declare const songsterrSearch: (string: string) => Promise<IsongsterrTabs>;