deno.land / x / jose@v5.2.4 / runtime / is_key_like.ts

is_key_like.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import type { KeyLike } from '../types.d.ts'import { isCryptoKey } from './webcrypto.ts'
export default (key: unknown): key is KeyLike => { return isCryptoKey(key)}
export const types = ['CryptoKey']
jose

Version Info

Tagged at
a month ago