14 lines
265 B
TypeScript
Raw Normal View History

2023-03-07 22:55:30 +08:00
/*
* @Author: Kane
2023-04-28 17:46:54 +08:00
* @Date: 2023-04-27 15:29:10
2023-03-07 22:55:30 +08:00
* @LastEditors: Kane
* @FilePath: /task_schedule/src/test/test.ts
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
2023-05-29 00:07:59 +08:00
import { testNewCitizen } from "./identify.js";
2023-03-31 18:07:06 +08:00
2023-05-29 00:07:59 +08:00
testNewCitizen();