mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-02-19 11:55:09 -05:00
10 lines
177 B
TypeScript
10 lines
177 B
TypeScript
import * as Comlink from 'comlink';
|
|
import init, { Prover, Presentation, Attestation } from '../src/lib';
|
|
|
|
Comlink.expose({
|
|
init,
|
|
Prover,
|
|
Presentation,
|
|
Attestation,
|
|
});
|