deprecation(io/unstable): deprecate sliceLongToBytes() (#6002)

This commit is contained in:
Asher Gomez 2024-09-17 20:20:02 +10:00 committed by GitHub
parent fc06009dbd
commit 3b518076aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
* @param dest The array to store the sliced bytes
* @returns The sliced bytes
*
* @deprecated This will be removed in 1.0.0. Use the {@link https://developer.mozilla.org/en-US/docs/Web/API/Streams_API | Web Streams API} instead.
* @deprecated This will be removed in the future.
*/
export function sliceLongToBytes(
d: number,