⬅️ Back to Table of Contents
📄 index.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
9 |
📐 Interfaces |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/integrations/useJwt/index.test.ts
📦 Imports
Name |
Source |
JwtHeader |
jwt-decode |
JwtPayload |
jwt-decode |
describe |
vitest |
expect |
vitest |
it |
vitest |
vi |
vitest |
deepRef |
vue |
shallowRef |
vue |
useJwt |
./index |
Interfaces
Interface Code
interface CustomJwtHeader extends JwtHeader {
foo: string
}
Properties
Name |
Type |
Optional |
Description |
foo |
string |
✗ |
|
CustomJwtPayload
Interface Code
interface CustomJwtPayload extends JwtPayload {
foo: string
}
Properties
Name |
Type |
Optional |
Description |
foo |
string |
✗ |
|