UNPKG

expo-passkey

Version:

Passkey authentication for Expo apps with Better Auth integration

8 lines 289 B
/** * @file Server module entry point * @description Exports the server-side implementation of the Expo Passkey authentication plugin * @module expo-passkey/server */ export { ERROR_CODES } from "../types/errors"; export { expoPasskey } from "./core"; //# sourceMappingURL=index.js.map