Files
uni/utils/resolver.d.ts
2023-07-13 04:17:32 +08:00

16 lines
363 B
TypeScript

/*
* @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