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