Miao-Yunzai/lib/common/common.ts

9 lines
151 B
TypeScript
Raw Permalink Normal View History

2024-06-13 21:01:16 +08:00
import * as core from 'yunzai/core'
import * as utils from 'yunzai/utils'
2024-06-18 22:52:19 +08:00
/**
* @deprecated
*/
2024-06-13 21:01:16 +08:00
export default {
...core,
...utils
}