Module

Node.Buffer.Types

Package
purescript-node-buffer
Repository
purescript-node/purescript-node-buffer

#Octet Source

type Octet = Int

Type synonym indicating the value should be an octet (0-255). If the value provided is outside this range it will be used as modulo 256.

#Offset Source

type Offset = Int

Type synonym indicating the value refers to an offset in a buffer.

#BufferValueType Source

data BufferValueType

Enumeration of the numeric types that can be written to a buffer.

Constructors

Instances