mirror of
https://github.com/danbulant/jose
synced 2026-05-21 21:39:04 +00:00
2 lines
85 B
JavaScript
2 lines
85 B
JavaScript
export default crypto;
|
|
export const isCryptoKey = (key) => key instanceof CryptoKey;
|