mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-09 14:58:09 -05:00
10 lines
174 B
TypeScript
10 lines
174 B
TypeScript
import * as Comlink from 'comlink';
|
|
import init, { Prover, Attestation, Presentation } from 'tlsn-js';
|
|
|
|
Comlink.expose({
|
|
init,
|
|
Prover,
|
|
Attestation,
|
|
Presentation,
|
|
});
|