mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 15:21:54 +00:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
export = HistorySuggestion;
|
|
declare class HistorySuggestion extends SearchSuggestion {
|
|
}
|
|
import SearchSuggestion = require("./SearchSuggestion");
|