rsp6-decoder/pkg/rsp6_decoder.d.ts

11 lines
180 B
TypeScript
Raw Normal View History

/* tslint:disable */
/* eslint-disable */
/**
*/
export function init(): void;
/**
* @param {string} ticket
* @returns {any}
*/
export function decode_ticket(ticket: string): any;