UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

4 lines 133 B
export declare function isIP(ipAddress: string, options?: IsIPOptions): boolean; declare interface IsIPOptions { version?: number }