Download Latest Version app.27041b87bbb500531583.css.gz (92.6 kB)
Email in envelope

Get an email when there's a new version of adminos

Name Modified Size InfoDownloads / Week
Parent folder
types 2023-08-29
accounts-client.d.ts 2023-08-29 1.6 kB
accounts-client.js 2023-08-29 11.1 kB
accounts-client.js.map 2023-08-29 4.5 kB
index.d.ts 2023-08-29 161 Bytes
index.js 2023-08-29 223 Bytes
index.js.map 2023-08-29 137 Bytes
token-storage-local.d.ts 2023-08-29 94 Bytes
token-storage-local.js 2023-08-29 992 Bytes
token-storage-local.js.map 2023-08-29 437 Bytes
transport-interface.d.ts 2023-08-29 1.0 kB
transport-interface.js 2023-08-29 124 Bytes
transport-interface.js.map 2023-08-29 130 Bytes
utils.d.ts 2023-08-29 65 Bytes
utils.js 2023-08-29 321 Bytes
utils.js.map 2023-08-29 306 Bytes
Totals: 16 Items   21.2 kB 0

@accounts/client

npm MIT License

Install

yarn add @accounts/client

Usage

import { AccountsClient } from '@accounts/client';

const accountsTransport = // my accounts-js transport, rest or graphql
const accounts = new AccountsClient({
  // options
}, accountsTransport);
Source: README.md, updated 2023-08-29