Files
self/sdk/core/index.ts
turboblitz 51e2fc15fa Self sdk and playground (#210)
Co-authored-by: nicoshark <i.am.nicoshark@gmail.com>
2025-02-25 13:08:01 -07:00

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 };