王一之 fd2aba4286
Some checks failed
test / Run tests (push) Failing after 6s
build / Build (push) Failing after 9s
test
2025-03-19 18:05:54 +08:00

6 lines
108 B
TypeScript

export default class Downloads {
download(_: any, callback: Function) {
callback && callback();
}
}