2023-02-12 16:43:14 +00:00
|
|
|
"use strict";
|
|
|
|
/*
|
|
|
|
* @Author: Kane
|
|
|
|
* @Date: 2023-02-09 22:14:30
|
|
|
|
* @LastEditors: Kane
|
2023-02-13 01:31:48 +00:00
|
|
|
* @LastEditTime: 2023-02-13 09:31:28
|
|
|
|
* @FilePath: /后端辅助工具/target/main.js
|
2023-02-12 16:43:14 +00:00
|
|
|
* @Description:
|
|
|
|
*
|
|
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
|
|
*/
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
|
const DataType_1 = require("./DataType/DataType");
|
|
|
|
const greetings = "hello, this is kane's typescript!";
|
|
|
|
console.log(greetings);
|
|
|
|
console.log("all");
|
|
|
|
(0, DataType_1.dataTypes)();
|