it-console/code/ts/后端辅助工具/target/main.js

19 lines
493 B
JavaScript
Raw Normal View History

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