// 通过替换这个类型配置文件,对本模块进行ts编译和as编译的无缝转换 //================================================== // For TypeScript //================================================== export type mFloat32 = number export type mFloat64 = number export type mInt32 = number export type mUint32 = number export type mUnit16 = number export type mUint8 = number export const mMaxFloat32 = 1e12 export const mMaxUint32 = 4294967295 export const mMinUint32 = 0