Files
self/sdk/core/index.ts
2025-06-04 11:37:32 +02:00

20 lines
682 B
TypeScript

import { SelfBackendVerifier } from './src/SelfBackendVerifier';
import { getUserIdentifier } from './src/utils/utils';
import { countryCodes } from '@selfxyz/common/constants/constants';
import { SelfApp, getUniversalLink, SelfAppBuilder } from '@selfxyz/common/utils/appType';
import { countries } from '@selfxyz/common';
import { hashEndpointWithScope } from '@selfxyz/common/utils/scope';
import { getPackedForbiddenCountries } from '@selfxyz/common/utils/contracts/forbiddenCountries';
export {
SelfBackendVerifier,
getUserIdentifier,
countryCodes,
SelfApp,
getUniversalLink,
countries,
hashEndpointWithScope,
SelfAppBuilder,
getPackedForbiddenCountries,
};