chore: add type comments to assets/js

This commit is contained in:
sigoden 2022-06-03 07:18:12 +08:00
parent 34bc8d411a
commit 7c3970480e

View file

@ -1,4 +1,10 @@
/**
* @type Element
*/
let $pathsTable, $pathsTableBody, $uploadersTable;
/**
* @type string
*/
let baseDir;
class Uploader {