Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lib | 2023-08-29 | ||
node_modules | 2023-08-29 | ||
LICENSE | 2023-08-29 | 1.1 kB | |
package.json | 2023-08-29 | 1.1 kB | |
README.md | 2023-08-29 | 556 Bytes | |
Totals: 5 Items | 2.7 kB | 0 |
@accounts/client-password
Install
yarn add @accounts/client-password
Usage
import { AccountsClient } from '@accounts/client';
import { AccountsClientPassword } from '@accounts/client-password';
const accounts = new AccountsClient({}, accountsTransport);
const accountsPassword = new AccountsClientPassword(accounts);