10 lines
228 B
TypeScript
10 lines
228 B
TypeScript
/*
|
|
* @Author: wangzhongjie
|
|
* @Date: 2024-03-07 10:54:19
|
|
* @LastEditors: wangzhongjie
|
|
* @LastEditTime: 2024-03-07 11:15:11
|
|
* @Description:
|
|
* @Email: shutdown0630@163.com
|
|
*/
|
|
export * from "./global"
|
|
export * from "./judge" |