UNPKG
@cake-fxd/cake-cli-presets
Version:
latest (1.0.1)
1.0.1
1.0.0
蛋糕英语前端模版项目集合
@cake-fxd/cake-cli-presets
/
templates
/
h5
/
src
/
typings
/
base.ts
6 lines
(4 loc)
•
86 B
text/typescript
View Raw
1
2
3
4
5
6
export
type
AllType
=
any
export
interface
PlainObject
{ [
prop
:
string
]:
AllType
}