mirror of
https://github.com/tlsnotary/tlsn-plugin-demo.git
synced 2026-01-09 21:37:55 -05:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
import * as Comlink from 'comlink';
|
|
import init, { Presentation } from 'tlsn-js';
|
|
|
|
Comlink.expose({
|
|
init,
|
|
Presentation,
|
|
});
|