Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Feb 14, 2025
1 parent 228c16c commit 9b16e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/tdf3/src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ import { Binary } from '../binary.js';
import { AesGcmCipher } from '../ciphers/aes-gcm-cipher.js';
import { toCryptoKeyPair } from '../crypto/crypto-utils.js';
import * as defaultCryptoService from '../crypto/index.js';
import { type AttributeObject, type KeyAccessType, type Policy, SplitKey } from '../models/index.js';
import {
type AttributeObject,
type KeyAccessType,
type Policy,
SplitKey,
} from '../models/index.js';
import { plan } from '../../../src/policy/granter.js';
import { attributeFQNsAsValues } from '../../../src/policy/api.js';
import { type Value } from '../../../src/policy/attributes.js';
Expand Down

0 comments on commit 9b16e7d

Please sign in to comment.