We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4794c85 commit d3006e2Copy full SHA for d3006e2
src/token.ts
@@ -1,8 +1,5 @@
1
import type { webcrypto } from "node:crypto";
2
-import type {
3
- TenantTokenGeneratorOptions,
4
- TokenSearchRules,
5
-} from "./types.js";
+import type { TenantTokenGeneratorOptions, TokenSearchRules } from "./types.js";
6
7
function getOptionsWithDefaults(options: TenantTokenGeneratorOptions) {
8
const {
tests/localized_attributes.test.ts
@@ -6,10 +6,7 @@ import {
expect,
test,
} from "vitest";
9
-import {
10
- ErrorStatusCode,
11
- type LocalizedAttributes,
12
-} from "../src/types.js";
+import { ErrorStatusCode, type LocalizedAttributes } from "../src/types.js";
13
import {
14
clearAllIndexes,
15
config,
0 commit comments