MCPcopy
hub / github.com/basarat/typescript-book / Buffer

Interface Buffer

code/compiler/typings/node/node.d.ts:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62// Buffer class
63interface Buffer extends NodeBuffer {}
64
65/**
66 * Raw data is stored in instances of the Buffer class.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected