Files
self/sdk/core/index.ts
turnoffthiscomputer 54ffcb69e4 Update ws merged (#90)
Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
2025-02-12 19:23:51 -08:00

15 lines
383 B
TypeScript

import { SelfVerifierReport } from './src/SelfVerifierReport';
import { SelfVerifier } from './src/SelfVerifier';
import { countryCodes } from '../../common/src/constants/constants';
import {
SelfAttestation,
// OpenPassportDynamicAttestation,
} from '../../common/src/utils/selfAttestation';
export {
SelfVerifier,
SelfVerifierReport,
countryCodes,
SelfAttestation,
};