UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 157 B
import { ValidationResult } from '../../core/validator'; declare const validateWebhookUrl: (url: string) => ValidationResult; export { validateWebhookUrl };