UNPKG

qrcode-generator-ts

Version:

Typescript QR Code generator based on https://github.com/kazuhikoarase/qrcode-generator

9 lines (8 loc) 214 B
export declare class QRMath { constructor(); private static EXP_TABLE; private static LOG_TABLE; private static initialize; static glog(n: number): number; static gexp(n: number): number; }