scripts: find unwanted relayers

Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
AlienTornadosaurusHex 2023-05-19 01:19:05 +00:00
parent 937c221e22
commit fe64495581
7 changed files with 187 additions and 11 deletions

3
scripts/helpers/args.js Normal file
View file

@ -0,0 +1,3 @@
export function needsArg(argname) {
throw Error('classic-ui: this function requires the argument: ' + argname)
}

View file

@ -1,2 +1,3 @@
export { needsArg } from "./args"
export { download, loadCachedEvents, getPastEvents } from './download'
export { save } from './save'