@fedify/fedify
Version:
An ActivityPub server framework
14 lines • 1.38 kB
TypeScript
import { Deno } from "@deno/shim-deno";
export { Deno } from "@deno/shim-deno";
export { crypto, type Crypto, type SubtleCrypto, type AlgorithmIdentifier, type Algorithm, type RsaOaepParams, type BufferSource, type AesCtrParams, type AesCbcParams, type AesGcmParams, type CryptoKey, type KeyAlgorithm, type KeyType, type KeyUsage, type EcdhKeyDeriveParams, type HkdfParams, type HashAlgorithmIdentifier, type Pbkdf2Params, type AesDerivedKeyParams, type HmacImportParams, type JsonWebKey, type RsaOtherPrimesInfo, type KeyFormat, type RsaHashedKeyGenParams, type RsaKeyGenParams, type BigInteger, type EcKeyGenParams, type NamedCurve, type CryptoKeyPair, type AesKeyGenParams, type HmacKeyGenParams, type RsaHashedImportParams, type EcKeyImportParams, type AesKeyAlgorithm, type RsaPssParams, type EcdsaParams } from "@deno/shim-crypto";
import { URLPattern as URLPattern } from "urlpattern-polyfill";
export { URLPattern as URLPattern } from "urlpattern-polyfill";
import { Temporal as Temporal } from "@js-temporal/polyfill";
export { Temporal as Temporal } from "@js-temporal/polyfill";
export declare const dntGlobalThis: Omit<typeof globalThis, "crypto" | "Deno" | "URLPattern" | "Temporal"> & {
Deno: typeof Deno;
crypto: import("@deno/shim-crypto").Crypto;
URLPattern: typeof URLPattern;
Temporal: typeof Temporal;
};
//# sourceMappingURL=_dnt.shims.d.ts.map