UNPKG
tav-media
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
Cross platform media editing framework
tav-media
/
lib
/
libpag
/
src
/
utils
/
decorators.d.ts
4 lines
(3 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
export
declare
function
wasmAwaitRewind
(
constructor
:
any
):
void
;
export
declare
function
wasmAsyncMethod
(
target
:
any
,
propertyKey
:
string
,
descriptor
:
PropertyDescriptor
):
void
;
export
declare
function
destroyVerify
(
constructor
:
any
):
void
;