UNPKG
@scramjet/framework
Version:
latest (0.1.0)
5.0.0-pre.1
0.1.0
0.0.5
0.0.4
Simple yet powerful live data computation framework.
@scramjet/framework
/
decorators.d.ts
2 lines
(1 loc)
•
119 B
TypeScript
View Raw
1
2
export
declare
function
checkTransformability
(
target
:
any
,
propertyKey
:
string
,
descriptor
:
PropertyDescriptor
):
void
;