Skip to content

Commit bad8f4e

Browse files
Update buffer.ts
Removed redundant parts of the buffer object.
1 parent 186b17a commit bad8f4e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/reference/buffer/buffer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
## Buffer
22
The `Buffer` object is used to represent a contiguous block of memory of bytes.
33

4-
## Description
5-
6-
Buffers are useful for managing memory. They are convenient
7-
for storing data without overflowing.
8-
94
## Methods
105

116
Buffer.create(size: number)

0 commit comments

Comments
 (0)