init repo
This commit is contained in:
6
dist/index.d.ts
vendored
Normal file
6
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class Updater {
|
||||
archiveURL: string;
|
||||
feedType: string;
|
||||
constructor(archiveURL?: string, feedType?: string);
|
||||
getArchive(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user