仪表盘
版本库
文件存储
活动
搜索
登录
xhj
/
xhj_app
新火炬APP代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
冲突处理
Houjie
2025-07-24
1bc8f80935add7215fa98de1ab8b375b222a2046
[xhj/xhj_app.git]
/
node_modules
/
@zxing
/
library
/
cjs
/
core
/
util
/
System.d.ts
1
2
3
4
5
6
7
8
9
10
export default class System {
/**
* Makes a copy of a array.
*/
static arraycopy(src: any, srcPos: number, dest: any, destPos: number, length: number): void;
/**
* Returns the current time in milliseconds.
*/
static currentTimeMillis(): number;
}