mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
feat(struct): allow structs to be used as fields directly (#741)
This commit is contained in:
parent
d3019ce738
commit
b79df96301
32 changed files with 956 additions and 429 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { BufferLengthConverter } from "./buffer.js";
|
||||
import { buffer } from "./buffer.js";
|
||||
import type { Field } from "./field.js";
|
||||
import type { Field } from "./field/index.js";
|
||||
import { decodeUtf8, encodeUtf8 } from "./utils.js";
|
||||
|
||||
export interface String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue