mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
deprecation(io/unstable): deprecate sliceLongToBytes()
(#6002)
This commit is contained in:
parent
fc06009dbd
commit
3b518076aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user