UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 155 B
import { ValidationResult } from './validator.types'; declare const validatePassword: (password: string) => ValidationResult; export { validatePassword };