mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-23 18:15:41 +00:00
11 lines
180 B
TypeScript
11 lines
180 B
TypeScript
|
/* tslint:disable */
|
||
|
/* eslint-disable */
|
||
|
/**
|
||
|
*/
|
||
|
export function init(): void;
|
||
|
/**
|
||
|
* @param {string} ticket
|
||
|
* @returns {any}
|
||
|
*/
|
||
|
export function decode_ticket(ticket: string): any;
|