refactor: 解析器

This commit is contained in:
peerless_hero
2023-07-13 04:17:32 +08:00
parent eeae263844
commit fa2681d04c
2 changed files with 21 additions and 5 deletions

16
utils/resolver.d.ts vendored Normal file
View File

@ -0,0 +1,16 @@
/*
* @Author: peerless_hero peerless_hero@outlook.com
* @Date: 2023-07-13 04:11:13
* @LastEditors: peerless_hero peerless_hero@outlook.com
* @LastEditTime: 2023-07-13 04:15:06
* @FilePath: \uni\utils\resolver.d.ts
* @Description:
*
*/
declare const _default: (name: string) =>({
name: string;
as: string;
from: string;
})
export default _default