UNPKG

kyodo.dorks

Version:

TypeScript API wrapper for Kyodo: Communities & Chats

6 lines 335 B
import { XSigCredentials } from '../private'; export declare const generateRandomValue: () => string; export declare const generateXSignature: () => string; export declare const generateXSig: (credentials: XSigCredentials) => string; export declare const tokenHasExpired: (token: string) => boolean; //# sourceMappingURL=crypt.d.ts.map