6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
|
import AnimeNotifier from "scripts/AnimeNotifier"
|
||
|
|
||
|
// Reload content of current page
|
||
|
export function reloadContent(arn: AnimeNotifier) {
|
||
|
return arn.reloadContent()
|
||
|
}
|