UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
types
/
main
/
utils.d.ts
4 lines
(3 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
import
{
IlegionsThirdpartyPlugin
}
from
"../../api"
;
export
declare
function
createObj
(
):
IlegionsThirdpartyPlugin
;
export
declare
const
proxyGetters
:
(
proxytarget
:
IlegionsThirdpartyPlugin
,
orginSource
:
IlegionsThirdpartyPlugin
) =>
void
;