UNPKG
@huolala-tech/page-spy-lynx
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.7
An SDK of PageSpy for debugging Lynx app
www.pagespy.org
HuolalaTech/page-spy
@huolala-tech/page-spy-lynx
/
dist
/
types
/
platform.d.ts
8 lines
(7 loc)
•
393 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
SpyClient
}
from
'@huolala-tech/page-spy-types'
;
/** 汇总 Lynx 全局属性和系统 API 信息,作为客户端识别的原始数据。 */
export
declare
const
getLynxSystemInfo
:
() =>
{ [
x
:
string
]:
any
; };
/** 生成 PageSpy 客户端信息,用于房间名称、系统面板和调试端展示。 */
export
declare
const
getLynxClientInfo
:
() =>
SpyClient
.
ClientInfo
;