UNPKG

@hazae41/kdbx

Version:

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

6 lines (3 loc) 115 B
import { Writable, Clonable } from '@hazae41/binary'; type Struct = Writable & Clonable; export type { Struct };