8 lines
111 B
JavaScript
Raw Normal View History

/*
* TODO 使用 tt.readFile 来封装 FileReader
*/
export default class FileReader {
construct() {
}
}