UNPKG

@hookflo/tern

Version:

A robust, scalable webhook verification framework supporting multiple platforms and signature algorithms

6 lines (5 loc) 199 B
import { ProviderInfo } from '../types'; export declare const providerRegistry: { list(category?: ProviderInfo["category"]): ProviderInfo[]; getById(id: string): ProviderInfo | undefined; };