UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

4 lines (3 loc) 171 B
/// <reference types="node" /> import { PeerCertificate } from "tls"; export default function checkServerIdentity(host: string, cert: PeerCertificate): Error | undefined;