UNPKG

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