Home > utils > DataPacker > packAsRawType
返回结果同 pack(),不过类型是原数据的类型。
pack()
Signature:
static packAsRawType<T>(rawData: T): T;
Returns:
T