UNPKG

271 BTypeScriptView Raw
1import { Arbitrary } from '../check/arbitrary/definition/Arbitrary';
2/**
3 * For valid IP v6
4 *
5 * Following {@link https://tools.ietf.org/html/rfc3986#section-3.2.2 | RFC 3986}
6 *
7 * @remarks Since 1.14.0
8 * @public
9 */
10export declare function ipV6(): Arbitrary<string>;