UNPKG

@sec-ant/qr-code-generator

Version:
7 lines (6 loc) 262 B
export type bit = number; export type byte = number; export type int = number; export declare function appendBits(val: int, len: int, bb: bit[]): void; export declare function getBit(x: int, i: int): boolean; export declare function assert(cond: boolean): void;