rsp6-decoder/pkg/rsp6_decoder.d.ts
eta 775e560d10 commit the package anyway, even though it's technically generated
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
2023-03-02 22:49:14 +00:00

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;