import { subtle, Subtle } from './subtle';
import { CryptoKey } from './keys';

export default {
  subtle,
  SubtleCrypto: Subtle,
  CryptoKey,
};
