UNPKG
@methodus/framework-decorators
Version:
latest (8.0.8)
8.0.8
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.3
7.0.2
7.0.1
7.0.0
Server Decorators for methodus
methodus.dev
nodulusteam/methodus.dev
@methodus/framework-decorators
/
dist
/
proxy
/
proxy.d.ts
5 lines
(4 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
import
{
ClassRef
}
from
'@methodus/framework-commons'
;
export
declare
class
Proxy
{
static
ProxyClass
(
packageName
:
string
,
className
:
string
,
localClassPath
:
string
):
(
target
:
ClassRef
) =>
ClassRef
; }