Files
ObsidianPad/node_modules/pe-library/dist/format/FormatBase.d.ts
T

7 lines
209 B
TypeScript
Raw Normal View History

2026-05-31 18:44:04 +08:00
export default abstract class FormatBase {
protected readonly view: DataView;
protected constructor(view: DataView);
copyTo(bin: ArrayBuffer, offset: number): void;
get byteLength(): number;
}