2b7aae2
1
2
3
4
5
export namespace DataUtils { function toHalfFloat(val: number): number; function fromHalfFloat(val: number): number; }