Files
tlsn-plugin-demo/web/utils/worker.ts
Codetrauma a01d130bdc fix: squash
2024-10-30 10:48:03 -07:00

8 lines
128 B
TypeScript

import * as Comlink from 'comlink';
import init, { Presentation } from 'tlsn-js';
Comlink.expose({
init,
Presentation,
});