UNPKG

@hazae41/kdbx

Version:

Rust-like KeePass (KDBX 4) file format for TypeScript

7 lines (6 loc) 168 B
import type { Cursor } from "@hazae41/cursor"; export interface Struct { sizeOrThrow(): number; writeOrThrow(cursor: Cursor): void; cloneOrThrow(): this; }