Open brandongallagher1999 opened 3 years ago
The index.d.ts file generated by TypeScript unfortunately failed to recognize category and limit as optional parameters.
export function search( query: string, category?: string, limit?: number ): Promise<Torrent[]>;
The index.d.ts file generated by TypeScript unfortunately failed to recognize category and limit as optional parameters.