"use strict"; /* * @Author: Kane * @Date: 2023-02-09 22:14:30 * @LastEditors: Kane * @LastEditTime: 2023-02-13 15:59:43 * @FilePath: /后端辅助工具/src/main.ts * @Description: * * Copyright (c) ${2022} by Kane, All Rights Reserved. */ exports.__esModule = true; var PakoTest_1 = require("./gzip/PakoTest"); var greetings = "hello, this is kane's typescript!"; console.log(greetings); console.log("all"); //dataTypes(); (0, PakoTest_1.pakoTest)(); //# sourceMappingURL=main.js.map