加入了pako和axios的测试。
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-09 22:14:30
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-02-12 23:52:33
|
||||
* @LastEditTime: 2023-02-13 15:59:43
|
||||
* @FilePath: /后端辅助工具/src/main.ts
|
||||
* @Description:
|
||||
*
|
||||
@@ -10,10 +10,12 @@
|
||||
*/
|
||||
|
||||
import { dataTypes } from "./DataType/DataType";
|
||||
import { pakoTest } from "./gzip/PakoTest";
|
||||
|
||||
const greetings = "hello, this is kane's typescript!";
|
||||
|
||||
console.log(greetings);
|
||||
console.log("all");
|
||||
|
||||
dataTypes();
|
||||
//dataTypes();
|
||||
pakoTest();
|
||||
|
Reference in New Issue
Block a user