UNPKG
@eolme/vma-engine
Version:
latest (5.1.0)
5.1.0
5.0.1
5.0.0
4.0.0
3.0.0
2.0.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Engine for VK Mini Apps
github.com/eolme/vma-engine
eolme/vma-engine
@eolme/vma-engine
/
dist
/
modules
/
frame.d.ts
4 lines
(3 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
declare
const
nextFrame
:
any
;
declare
const
cancelFrame
:
any
;
export
{ nextFrame, cancelFrame };