提交 7f44bb89 编写于 作者: M mahaifeng

[array-buffer]修改名称

上级 45b71291
import { describe, test, expect, Result } from './tests.uts' import { describe, test, expect, Result } from './tests.uts'
import { TDataView } from './TDataView.js' import { TDataView } from './TDataView.uts'
import { TFloat32Array } from './TFloat32Array.js' import { TFloat32Array } from './TFloat32Array.uts'
import { TFloat64Array } from './TFloat64Array.js' import { TFloat64Array } from './TFloat64Array.uts'
import { TInt8Array } from './TInt8Array.js' import { TInt8Array } from './TInt8Array.uts'
import { TInt16Array } from './TInt16Array.js' import { TInt16Array } from './TInt16Array.uts'
import { TInt32Array } from './TInt32Array.js' import { TInt32Array } from './TInt32Array.uts'
import { TUint8Array } from './TUint8Array.js' import { TUint8Array } from './TUint8Array.uts'
import { TUint8ClampedArray } from './TUint8ClampedArray.js' import { TUint8ClampedArray } from './TUint8ClampedArray.uts'
import { TUint16Array } from './TUint16Array.js' import { TUint16Array } from './TUint16Array.uts'
import { TUint32Array } from './TUint32Array.js' import { TUint32Array } from './TUint32Array.uts'
const tDataView = new TDataView(); const tDataView = new TDataView();
const float32 = new TFloat32Array(); const float32 = new TFloat32Array();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册