mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-06-10 09:49:17 +08:00
15 lines
233 B
TypeScript
15 lines
233 B
TypeScript
/**
|
|
*
|
|
* @author Ray <https://github.com/XiaoDaiGua-Ray>
|
|
*
|
|
* @date 2023-09-11
|
|
*
|
|
* @workspace ray-template
|
|
*
|
|
* @remark 今天也是元气满满撸代码的一天
|
|
*/
|
|
|
|
export * from './variable'
|
|
|
|
export type * from './variable'
|