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

19 lines
533 B
JavaScript
Raw Normal View History

2023-02-13 16:25:06 +00:00
"use strict";
2023-02-12 16:43:14 +00:00
/*
* @Author: Kane
* @Date: 2023-02-09 22:14:30
* @LastEditors: Kane
2023-02-13 16:25:06 +00:00
* @LastEditTime: 2023-02-14 00:09:39
2023-02-13 08:52:44 +00:00
* @FilePath: //src/main.ts
2023-02-12 16:43:14 +00:00
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
2023-02-13 16:25:06 +00:00
Object.defineProperty(exports, "__esModule", { value: true });
const PakoTest_1 = require("./gzip/PakoTest");
2023-02-13 16:23:26 +00:00
const 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();
2023-02-13 16:25:06 +00:00
(0, PakoTest_1.pakoTest)();
2023-02-13 08:52:44 +00:00
//# sourceMappingURL=main.js.map