UNPKG

minauth

Version:

A TypeScript library for building authentication systems on top of the Mina blockchain and other zero-knowledge proofs solutions.

8 lines 152 B
/** * @deprecated `traceId` remains in code. */ export const traceId = (x) => { console.log(x); return x; }; //# sourceMappingURL=debug.js.map