mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
import type { DigestFunction } from './interfaces.d'
|
|
declare const digest: DigestFunction
|
|
export default digest
|