UNPKG
hzengine-core
Version:
latest (0.1.3)
0.1.3
0.1.2-dev
An Visual Novel Engine for Zepp OS
hzengine-core
/
types
/
debug
/
index.d.ts
7 lines
(6 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
HZEngineCore
}
from
"../index.js"
;
export
declare
class
Debug
{
private
_core;
constructor
(
_core
:
HZEngineCore
);
log
(...
args
:
any
[]):
void
; }