mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
6 lines
255 B
TypeScript
6 lines
255 B
TypeScript
import { SelfBackendVerifier } from './src/SelfBackendVerifier';
|
|
import { getUserIdentifier } from './src/utils/utils';
|
|
import { countryCodes } from '../../common/src/constants/constants';
|
|
|
|
export { SelfBackendVerifier, getUserIdentifier, countryCodes };
|