mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
13 lines
368 B
TypeScript
13 lines
368 B
TypeScript
import { SelfVerifierReport } from './src/SelfVerifierReport';
|
|
import { SelfVerifier } from './src/SelfVerifier';
|
|
import { countryCodes } from '../../common/src/constants/constants';
|
|
import {
|
|
OpenPassportAttestation,
|
|
OpenPassportDynamicAttestation,
|
|
} from '../../common/src/utils/selfAttestation';
|
|
export {
|
|
SelfVerifier,
|
|
SelfVerifierReport,
|
|
countryCodes,
|
|
};
|