UNPKG

@hazae41/kdbx

Version:

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

5 lines (4 loc) 218 B
import { Cursor } from "@hazae41/cursor"; export declare namespace Cursors { function splitOrThrow<T extends ArrayBufferLike = ArrayBufferLike>(cursor: Cursor<T>, length: number): Generator<Uint8Array<T>, void>; }