mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 18:29:23 +02:00
doc(struct): update README
This commit is contained in:
parent
943aa96cab
commit
36d44243cc
25 changed files with 283 additions and 176 deletions
|
@ -526,6 +526,9 @@ export class Struct<
|
|||
return this as any;
|
||||
}
|
||||
|
||||
/**
|
||||
* Deserialize a struct value from `stream`.
|
||||
*/
|
||||
public deserialize(
|
||||
stream: StructDeserializeStream,
|
||||
): StructDeserializedResult<TFields, TExtra, TPostDeserialized>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue