1 | export declare const GeoJSON: () => string;
|
2 | export declare const CountryName: () => string;
|
3 | declare const BigIntMock: () => bigint;
|
4 | declare const ByteMock: () => Uint8Array<ArrayBuffer>;
|
5 | declare const DateMock: () => string;
|
6 | export declare const Time: () => string;
|
7 | export declare const DateTime: () => string;
|
8 | export declare const DateTimeISO: () => string;
|
9 | export declare const Timestamp: () => number;
|
10 | export declare const TimeZone: () => string;
|
11 | export declare const UtcOffset: () => string;
|
12 | export declare const Duration: () => string;
|
13 | export declare const LocalDate: () => string;
|
14 | export declare const LocalTime: () => string;
|
15 | export declare const LocalDateTime: () => string;
|
16 | export declare const LocalEndTime: () => string;
|
17 | export declare const EmailAddress: () => string;
|
18 | export declare const NegativeFloat: () => number;
|
19 | export declare const NegativeInt: () => number;
|
20 | export declare const NonEmptyString: () => string;
|
21 | export declare const NonNegativeFloat: () => number;
|
22 | export declare const NonNegativeInt: () => number;
|
23 | export declare const NonPositiveFloat: () => number;
|
24 | export declare const NonPositiveInt: () => number;
|
25 | export declare const PhoneNumber: () => string;
|
26 | export declare const ObjectID: () => string;
|
27 | export declare const PositiveFloat: () => number;
|
28 | export declare const PositiveInt: () => number;
|
29 | export declare const PostalCode: () => string;
|
30 | declare const URLMock: () => any;
|
31 | export declare const UUID: () => string;
|
32 | export declare const HexColorCode: () => string;
|
33 | export declare const Hexadecimal: () => string;
|
34 | export declare const HSL: () => string;
|
35 | export declare const HSLA: () => string;
|
36 | export declare const IP: () => string;
|
37 | export declare const IPv4: () => string;
|
38 | export declare const IPv6: () => string;
|
39 | export declare const MAC: () => string;
|
40 | export declare const Port: () => number;
|
41 | export declare const RGB: () => string;
|
42 | export declare const RGBA: () => string;
|
43 | export declare const ISBN: () => string;
|
44 | export declare const JWT: () => string;
|
45 | export declare const Latitude: () => number;
|
46 | export declare const Longitude: () => number;
|
47 | export declare const USCurrency: () => number;
|
48 | export declare const Currency: () => string;
|
49 | export declare const JSON: () => {};
|
50 | export declare const JSONObject: () => {};
|
51 | export declare const IBAN: () => string;
|
52 | export declare const Void: () => null;
|
53 | export declare const SafeInt: () => number;
|
54 | export declare const DID: () => string;
|
55 | export declare const CountryCode: () => string;
|
56 | export declare const Locale: () => string;
|
57 | export declare const RoutingNumber: () => string;
|
58 | export declare const AccountNumber: () => string;
|
59 | export declare const Cuid: () => string;
|
60 | export declare const SemVer: () => string;
|
61 | export declare const SESSN: () => string;
|
62 | export declare const DeweyDecimal: () => string;
|
63 | export declare const LCCSubclass: () => string;
|
64 | export declare const IPCPatent: () => string;
|
65 | export { DateMock as Date, URLMock as URL, NonNegativeInt as UnsignedInt, NonNegativeFloat as UnsignedFloat, UUID as GUID, BigIntMock as Long, BigIntMock as BigInt, ByteMock as Byte, Duration as ISO8601Duration, };
|