MCPcopy Index your code
hub / github.com/andywer/threads.js / deserialize

Method deserialize

src/serializers.ts:4–4  ·  view source on GitHub ↗
(message: Msg)

Source from the content-addressed store, hash-verified

2
3export interface Serializer<Msg = JsonSerializable, Input = any> {
4 deserialize(message: Msg): Input
5 serialize(input: Input): Msg
6}
7

Callers 2

deserializeFunction · 0.65
deserializeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected