NeahNew/node_modules/@aws-crypto/sha256-browser/src/index.ts
2025-05-04 13:45:45 +02:00

3 lines
102 B
TypeScript

export * from "./crossPlatformSha256";
export { Sha256 as WebCryptoSha256 } from "./webCryptoSha256";