{
  "version": 3,
  "sources": ["../../../../src/packages/crypto.polyfill/index.ts"],
  "sourcesContent": ["import crypto from 'node:crypto';\n\nexport const hash =\n  // crypto.hash is supported in Node 21.7.0+, 20.12.0+\n  // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition\n  crypto.hash ??\n  ((\n    algorithm: string,\n    data: crypto.BinaryLike,\n    outputEncoding: crypto.BinaryToTextEncoding\n  ) => crypto.createHash(algorithm).update(data).digest(outputEncoding));\n"],
  "mappings": "AAAA,OAAO,YAAY;AAEZ,MAAM;AAAA;AAAA;AAAA,EAGX,OAAO,SACN,CACC,WACA,MACA,mBACG,OAAO,WAAW,SAAS,EAAE,OAAO,IAAI,EAAE,OAAO,cAAc;AAAA;",
  "names": []
}
