Files
whsfund/functions/node_modules/jose/dist/browser/runtime/webcrypto.js
2026-03-23 15:29:13 -04:00

3 lines
85 B
JavaScript

export default crypto;
export const isCryptoKey = (key) => key instanceof CryptoKey;