fxa/packages/fxa-auth-client/browser.ts

5 строки
131 B
TypeScript

import AuthClient from './lib/client';
export * from './lib/client';
export * from './lib/recoveryKey';
export default AuthClient;