mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-23 10:05:37 +00:00
775e560d10
I had to do crimes to get it to work (changing the realloc function), and I'd like the crimes to be checked in to source control for future eta :p
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;
|