struct-fakerator 2.9.9 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +156 -147
- package/dist/config.cjs +4 -4
- package/dist/config_scheme.cjs +6 -6
- package/dist/create_config.cjs +4 -4
- package/dist/create_generator_fn.cjs +6 -6
- package/dist/generator_fn.cjs +5 -5
- package/dist/index.cjs +33 -39
- package/dist/index.js +3 -3
- package/dist/type.cjs +2 -2
- package/dist/{type.d.ts → types/type.d.ts} +10 -1
- package/dist/types/utils/airline.d.ts +31 -0
- package/dist/{utils → types/utils}/animal.d.ts +2 -0
- package/dist/types/utils/book.d.ts +12 -0
- package/dist/{utils → types/utils}/color.d.ts +9 -9
- package/dist/{utils → types/utils}/finance.d.ts +7 -9
- package/dist/{utils → types/utils}/image.d.ts +0 -11
- package/dist/{utils → types/utils}/index.d.ts +2 -0
- package/dist/{utils → types/utils}/internet.d.ts +9 -7
- package/dist/{utils → types/utils}/location.d.ts +29 -16
- package/dist/{utils → types/utils}/number.d.ts +5 -0
- package/dist/{utils → types/utils}/person.d.ts +1 -1
- package/dist/{utils → types/utils}/science.d.ts +2 -2
- package/dist/{utils → types/utils}/string.d.ts +4 -0
- package/dist/utils/airline.cjs +21 -5
- package/dist/utils/airline.js +5 -1
- package/dist/utils/animal.cjs +10 -6
- package/dist/utils/animal.js +2 -1
- package/dist/utils/book.cjs +58 -0
- package/dist/utils/book.js +9 -0
- package/dist/utils/color.cjs +6 -6
- package/dist/utils/commerce.cjs +6 -6
- package/dist/utils/common.cjs +3 -3
- package/dist/utils/company.cjs +9 -9
- package/dist/utils/database.cjs +6 -6
- package/dist/utils/datatype.cjs +3 -3
- package/dist/utils/datetime.cjs +6 -6
- package/dist/utils/finance.cjs +23 -19
- package/dist/utils/finance.js +3 -2
- package/dist/utils/food.cjs +4 -4
- package/dist/utils/git.cjs +5 -5
- package/dist/utils/hacker.cjs +5 -5
- package/dist/utils/image.cjs +7 -15
- package/dist/utils/image.js +1 -3
- package/dist/utils/index.cjs +19 -12
- package/dist/utils/index.js +29 -27
- package/dist/utils/internet.cjs +21 -17
- package/dist/utils/internet.js +3 -2
- package/dist/utils/location.cjs +27 -15
- package/dist/utils/location.js +4 -1
- package/dist/utils/lorem.cjs +8 -8
- package/dist/utils/music.cjs +3 -3
- package/dist/utils/number.cjs +8 -4
- package/dist/utils/number.js +2 -1
- package/dist/utils/person.cjs +10 -10
- package/dist/utils/phone.cjs +3 -3
- package/dist/utils/science.cjs +3 -3
- package/dist/utils/string.cjs +12 -8
- package/dist/utils/string.js +2 -1
- package/dist/utils/system.cjs +11 -11
- package/dist/utils/utils.cjs +3 -3
- package/dist/utils/vehicle.cjs +3 -3
- package/dist/utils/word.cjs +6 -6
- package/package.json +26 -24
- package/dist/utils/airline.d.ts +0 -14
- /package/dist/{config.d.ts → types/config.d.ts} +0 -0
- /package/dist/{config_scheme.d.ts → types/config_scheme.d.ts} +0 -0
- /package/dist/{create_config.d.ts → types/create_config.d.ts} +0 -0
- /package/dist/{create_config.test.d.ts → types/create_config.test.d.ts} +0 -0
- /package/dist/{create_generator_fn.d.ts → types/create_generator_fn.d.ts} +0 -0
- /package/dist/{create_generator_fn.test.d.ts → types/create_generator_fn.test.d.ts} +0 -0
- /package/dist/{generator_fn.d.ts → types/generator_fn.d.ts} +0 -0
- /package/dist/{index.d.ts → types/index.d.ts} +0 -0
- /package/dist/{utils → types/utils}/commerce.d.ts +0 -0
- /package/dist/{utils → types/utils}/common.d.ts +0 -0
- /package/dist/{utils → types/utils}/company.d.ts +0 -0
- /package/dist/{utils → types/utils}/database.d.ts +0 -0
- /package/dist/{utils → types/utils}/datatype.d.ts +0 -0
- /package/dist/{utils → types/utils}/datetime.d.ts +0 -0
- /package/dist/{utils → types/utils}/food.d.ts +0 -0
- /package/dist/{utils → types/utils}/git.d.ts +0 -0
- /package/dist/{utils → types/utils}/hacker.d.ts +0 -0
- /package/dist/{utils → types/utils}/lorem.d.ts +0 -0
- /package/dist/{utils → types/utils}/music.d.ts +0 -0
- /package/dist/{utils → types/utils}/phone.d.ts +0 -0
- /package/dist/{utils → types/utils}/system.d.ts +0 -0
- /package/dist/{utils → types/utils}/utils.d.ts +0 -0
- /package/dist/{utils → types/utils}/vehicle.d.ts +0 -0
- /package/dist/{utils → types/utils}/word.d.ts +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
"./config"
|
|
3
|
+
"./config" (module) {
|
|
4
4
|
module.exports = require("./config.cjs");
|
|
5
5
|
},
|
|
6
|
-
"./create_config"
|
|
6
|
+
"./create_config" (module) {
|
|
7
7
|
module.exports = require("./create_config.cjs");
|
|
8
8
|
},
|
|
9
|
-
"./create_generator_fn"
|
|
9
|
+
"./create_generator_fn" (module) {
|
|
10
10
|
module.exports = require("./create_generator_fn.cjs");
|
|
11
11
|
},
|
|
12
|
-
"./generator_fn"
|
|
12
|
+
"./generator_fn" (module) {
|
|
13
13
|
module.exports = require("./generator_fn.cjs");
|
|
14
14
|
},
|
|
15
|
-
"./type"
|
|
15
|
+
"./type" (module) {
|
|
16
16
|
module.exports = require("./type.cjs");
|
|
17
17
|
}
|
|
18
18
|
};
|
|
@@ -48,7 +48,7 @@ function __webpack_require__(moduleId) {
|
|
|
48
48
|
})();
|
|
49
49
|
(()=>{
|
|
50
50
|
__webpack_require__.r = (exports1)=>{
|
|
51
|
-
if (
|
|
51
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
52
52
|
value: 'Module'
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -60,48 +60,42 @@ var __webpack_exports__ = {};
|
|
|
60
60
|
(()=>{
|
|
61
61
|
__webpack_require__.r(__webpack_exports__);
|
|
62
62
|
__webpack_require__.d(__webpack_exports__, {
|
|
63
|
-
StructConfig: ()=>
|
|
64
|
-
StructGenerator: ()=>
|
|
63
|
+
StructConfig: ()=>_config__rspack_import_0,
|
|
64
|
+
StructGenerator: ()=>_generator_fn__rspack_import_3
|
|
65
65
|
});
|
|
66
|
-
var
|
|
67
|
-
var
|
|
68
|
-
var
|
|
69
|
-
for(
|
|
66
|
+
var _config__rspack_import_0 = __webpack_require__("./config");
|
|
67
|
+
var _create_config__rspack_import_1 = __webpack_require__("./create_config");
|
|
68
|
+
var __rspack_reexport = {};
|
|
69
|
+
for(const __rspack_import_key in _create_config__rspack_import_1)if ([
|
|
70
|
+
"default",
|
|
70
71
|
"StructConfig",
|
|
71
|
-
"StructGenerator"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
79
|
-
for(var __WEBPACK_IMPORT_KEY__ in _create_generator_fn__WEBPACK_IMPORTED_MODULE_2__)if ([
|
|
72
|
+
"StructGenerator"
|
|
73
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_create_config__rspack_import_1[__rspack_import_key];
|
|
74
|
+
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
75
|
+
var _create_generator_fn__rspack_import_2 = __webpack_require__("./create_generator_fn");
|
|
76
|
+
var __rspack_reexport = {};
|
|
77
|
+
for(const __rspack_import_key in _create_generator_fn__rspack_import_2)if ([
|
|
78
|
+
"default",
|
|
80
79
|
"StructConfig",
|
|
81
|
-
"StructGenerator"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
90
|
-
for(var __WEBPACK_IMPORT_KEY__ in _type__WEBPACK_IMPORTED_MODULE_4__)if ([
|
|
80
|
+
"StructGenerator"
|
|
81
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_create_generator_fn__rspack_import_2[__rspack_import_key];
|
|
82
|
+
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
83
|
+
var _generator_fn__rspack_import_3 = __webpack_require__("./generator_fn");
|
|
84
|
+
var _type__rspack_import_4 = __webpack_require__("./type");
|
|
85
|
+
var __rspack_reexport = {};
|
|
86
|
+
for(const __rspack_import_key in _type__rspack_import_4)if ([
|
|
87
|
+
"default",
|
|
91
88
|
"StructConfig",
|
|
92
|
-
"StructGenerator"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
return _type__WEBPACK_IMPORTED_MODULE_4__[key];
|
|
96
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
97
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
89
|
+
"StructGenerator"
|
|
90
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_type__rspack_import_4[__rspack_import_key];
|
|
91
|
+
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
98
92
|
})();
|
|
99
93
|
exports.StructConfig = __webpack_exports__.StructConfig;
|
|
100
94
|
exports.StructGenerator = __webpack_exports__.StructGenerator;
|
|
101
|
-
for(var
|
|
95
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
102
96
|
"StructConfig",
|
|
103
97
|
"StructGenerator"
|
|
104
|
-
].indexOf(
|
|
98
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
105
99
|
Object.defineProperty(exports, '__esModule', {
|
|
106
100
|
value: true
|
|
107
101
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./create_config.js";
|
|
2
2
|
export * from "./create_generator_fn.js";
|
|
3
3
|
export * from "./type.js";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
export {
|
|
4
|
+
import * as __rspack_external__config_js_0f05d986 from "./config.js";
|
|
5
|
+
import * as __rspack_external__generator_fn_js_1567d0d7 from "./generator_fn.js";
|
|
6
|
+
export { __rspack_external__config_js_0f05d986 as StructConfig, __rspack_external__generator_fn_js_1567d0d7 as StructGenerator };
|
package/dist/type.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var __webpack_require__ = {};
|
|
3
3
|
(()=>{
|
|
4
4
|
__webpack_require__.r = (exports1)=>{
|
|
5
|
-
if (
|
|
5
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
6
6
|
value: 'Module'
|
|
7
7
|
});
|
|
8
8
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -12,7 +12,7 @@ var __webpack_require__ = {};
|
|
|
12
12
|
})();
|
|
13
13
|
var __webpack_exports__ = {};
|
|
14
14
|
__webpack_require__.r(__webpack_exports__);
|
|
15
|
-
for(var
|
|
15
|
+
for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
16
16
|
Object.defineProperty(exports, '__esModule', {
|
|
17
17
|
value: true
|
|
18
18
|
});
|
|
@@ -37,7 +37,16 @@ export type TupleConfig<A, B = undefined, C = undefined, D = undefined, E = unde
|
|
|
37
37
|
};
|
|
38
38
|
export type Result<T> = T extends ValueConfig<infer U> ? U : T extends SelectionConfig<infer S> ? S : T extends BoundedSeriesConfig ? number[] : T extends ArrayConfig<infer W> ? Array<Result<W>> : T extends ObjectConfigWithFn<infer _, infer R> ? R : T extends ObjectConfig<infer O> ? {
|
|
39
39
|
[K in keyof O]: Result<O[K]>;
|
|
40
|
-
} : T extends TupleConfig<infer A, infer B, infer C, infer D, infer E, infer F, infer G, infer H, infer I, infer J> ? J extends undefined ? I extends undefined ? H extends undefined ? G extends undefined ? F extends undefined ? E extends undefined ? D extends undefined ? C extends undefined ? B extends undefined ? [Result<A>] : [Result<A>, Result<B>] : [
|
|
40
|
+
} : T extends TupleConfig<infer A, infer B, infer C, infer D, infer E, infer F, infer G, infer H, infer I, infer J> ? J extends undefined ? I extends undefined ? H extends undefined ? G extends undefined ? F extends undefined ? E extends undefined ? D extends undefined ? C extends undefined ? B extends undefined ? [Result<A>] : [Result<A>, Result<B>] : [
|
|
41
|
+
Result<A>,
|
|
42
|
+
Result<B>,
|
|
43
|
+
Result<C>
|
|
44
|
+
] : [
|
|
45
|
+
Result<A>,
|
|
46
|
+
Result<B>,
|
|
47
|
+
Result<C>,
|
|
48
|
+
Result<D>
|
|
49
|
+
] : [
|
|
41
50
|
Result<A>,
|
|
42
51
|
Result<B>,
|
|
43
52
|
Result<C>,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
import type { ValueConfig } from "../type";
|
|
3
|
+
/** Airline [aircraftType](https://fakerjs.dev/api/airline.html#aircraftType) */
|
|
4
|
+
export declare const aircraftType: () => ValueConfig<"narrowbody" | "regional" | "widebody">;
|
|
5
|
+
type Airline = ReturnType<typeof faker.airline.airline>;
|
|
6
|
+
/** Airline [airline](https://fakerjs.dev/api/airline.html#airline) */
|
|
7
|
+
export declare const airline: () => ValueConfig<Airline>;
|
|
8
|
+
type Airplane = ReturnType<typeof faker.airline.airplane>;
|
|
9
|
+
/** Airline [airplane](https://fakerjs.dev/api/airline.html#airplane) */
|
|
10
|
+
export declare const airplane: () => ValueConfig<Airplane>;
|
|
11
|
+
type Airport = ReturnType<typeof faker.airline.airport>;
|
|
12
|
+
/** Airline [airport](https://fakerjs.dev/api/airline.html#airport) */
|
|
13
|
+
export declare const airport: () => ValueConfig<Airport>;
|
|
14
|
+
/** Airline [flightNumber](https://fakerjs.dev/api/airline.html#flightNumber) */
|
|
15
|
+
export declare const flightNumber: (options?: {
|
|
16
|
+
length?: number | {
|
|
17
|
+
min: number;
|
|
18
|
+
max: number;
|
|
19
|
+
};
|
|
20
|
+
addLeadingZeros?: boolean;
|
|
21
|
+
}) => ValueConfig<string>;
|
|
22
|
+
/** Airline [recordLocator](https://fakerjs.dev/api/airline.html#recordLocator) */
|
|
23
|
+
export declare const recordLocator: (options?: {
|
|
24
|
+
allowNumerics?: boolean;
|
|
25
|
+
allowVisuallySimilarCharacters?: boolean;
|
|
26
|
+
}) => ValueConfig<string>;
|
|
27
|
+
/** Airline [seat](https://fakerjs.dev/api/airline.html#seat) */
|
|
28
|
+
export declare const seat: (options?: {
|
|
29
|
+
aircraftType?: import("@faker-js/faker").AircraftType;
|
|
30
|
+
}) => ValueConfig<string>;
|
|
31
|
+
export {};
|
|
@@ -20,6 +20,8 @@ export declare const horse: () => import("..").ValueConfig<string>;
|
|
|
20
20
|
export declare const insect: () => import("..").ValueConfig<string>;
|
|
21
21
|
/** Animal [lion](https://fakerjs.dev/api/animal.html#lion) */
|
|
22
22
|
export declare const lion: () => import("..").ValueConfig<string>;
|
|
23
|
+
/** Animal [petName](https://fakerjs.dev/api/animal.html#petName) */
|
|
24
|
+
export declare const petName: () => import("..").ValueConfig<string>;
|
|
23
25
|
/** Animal [rabbit](https://fakerjs.dev/api/animal.html#rabbit) */
|
|
24
26
|
export declare const rabbit: () => import("..").ValueConfig<string>;
|
|
25
27
|
/** Animal [rodent](https://fakerjs.dev/api/animal.html#rodent) */
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** Book [author](https://fakerjs.dev/api/book.html#author) */
|
|
2
|
+
export declare const author: () => import("..").ValueConfig<string>;
|
|
3
|
+
/** Book [format](https://fakerjs.dev/api/book.html#format) */
|
|
4
|
+
export declare const format: () => import("..").ValueConfig<string>;
|
|
5
|
+
/** Book [genre](https://fakerjs.dev/api/book.html#genre) */
|
|
6
|
+
export declare const genre: () => import("..").ValueConfig<string>;
|
|
7
|
+
/** Book [publisher](https://fakerjs.dev/api/book.html#publisher) */
|
|
8
|
+
export declare const publisher: () => import("..").ValueConfig<string>;
|
|
9
|
+
/** Book [series](https://fakerjs.dev/api/book.html#series) */
|
|
10
|
+
export declare const series: () => import("..").ValueConfig<string>;
|
|
11
|
+
/** Book [title](https://fakerjs.dev/api/book.html#title) */
|
|
12
|
+
export declare const title: () => import("..").ValueConfig<string>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/** Color [cmyk](https://fakerjs.dev/api/color.html#cmyk) */
|
|
2
2
|
export declare const cmyk: (options?: {
|
|
3
|
-
format?: import("@faker-js/faker
|
|
3
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
4
4
|
}) => import("..").ValueConfig<string | number[]>;
|
|
5
5
|
/** Color [colorByCSSColorSpace](https://fakerjs.dev/api/color.html#colorByCSSColorSpace) */
|
|
6
6
|
export declare const colorByCSSColorSpace: (options?: {
|
|
7
|
-
format?: import("@faker-js/faker
|
|
8
|
-
space?: import("@faker-js/faker
|
|
7
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
8
|
+
space?: import("@faker-js/faker").CssSpaceType;
|
|
9
9
|
}) => import("..").ValueConfig<string | number[]>;
|
|
10
10
|
/** Color [cssSupportedFunction](https://fakerjs.dev/api/color.html#cssSupportedFunction) */
|
|
11
11
|
export declare const cssSupportedFunction: () => import("..").ValueConfig<"rgb" | "rgba" | "hsl" | "hsla" | "hwb" | "cmyk" | "lab" | "lch" | "color">;
|
|
@@ -13,28 +13,28 @@ export declare const cssSupportedFunction: () => import("..").ValueConfig<"rgb"
|
|
|
13
13
|
export declare const cssSupportedSpace: () => import("..").ValueConfig<"sRGB" | "display-p3" | "rec2020" | "a98-rgb" | "prophoto-rgb">;
|
|
14
14
|
/** Color [hsl](https://fakerjs.dev/api/color.html#hsl) */
|
|
15
15
|
export declare const hsl: (options?: {
|
|
16
|
-
format?: import("@faker-js/faker
|
|
16
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
17
17
|
includeAlpha?: boolean;
|
|
18
18
|
}) => import("..").ValueConfig<string | number[]>;
|
|
19
19
|
/** Color [human](https://fakerjs.dev/api/color.html#human) */
|
|
20
20
|
export declare const human: () => import("..").ValueConfig<string>;
|
|
21
21
|
/** Color [hwb](https://fakerjs.dev/api/color.html#hwb) */
|
|
22
22
|
export declare const hwb: (options?: {
|
|
23
|
-
format?: import("@faker-js/faker
|
|
23
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
24
24
|
}) => import("..").ValueConfig<string | number[]>;
|
|
25
25
|
/** Color [lab](https://fakerjs.dev/api/color.html#lab) */
|
|
26
26
|
export declare const lab: (options?: {
|
|
27
|
-
format?: import("@faker-js/faker
|
|
27
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
28
28
|
}) => import("..").ValueConfig<string | number[]>;
|
|
29
29
|
/** Color [lch](https://fakerjs.dev/api/color.html#lch) */
|
|
30
30
|
export declare const lch: (options?: {
|
|
31
|
-
format?: import("@faker-js/faker
|
|
31
|
+
format?: import("@faker-js/faker").ColorFormat;
|
|
32
32
|
}) => import("..").ValueConfig<string | number[]>;
|
|
33
33
|
/** Color [rgb](https://fakerjs.dev/api/color.html#rgb) */
|
|
34
34
|
export declare const rgb: (options?: {
|
|
35
35
|
prefix?: string;
|
|
36
|
-
casing?: import("@faker-js/faker
|
|
37
|
-
format?: "hex" | import("@faker-js/faker
|
|
36
|
+
casing?: import("@faker-js/faker").Casing;
|
|
37
|
+
format?: "hex" | import("@faker-js/faker").ColorFormat;
|
|
38
38
|
includeAlpha?: boolean;
|
|
39
39
|
}) => import("..").ValueConfig<string | number[]>;
|
|
40
40
|
/** Color [space](https://fakerjs.dev/api/color.html#space) */
|
|
@@ -18,8 +18,8 @@ export declare const bic: (options?: {
|
|
|
18
18
|
}) => import("..").ValueConfig<string>;
|
|
19
19
|
/** Finance [bitcoinAddress](https://fakerjs.dev/api/finance.html#bitcoinAddress) */
|
|
20
20
|
export declare const bitcoinAddress: (options?: {
|
|
21
|
-
type?: import("@faker-js/faker
|
|
22
|
-
network?: import("@faker-js/faker
|
|
21
|
+
type?: import("@faker-js/faker").BitcoinAddressFamilyType;
|
|
22
|
+
network?: import("@faker-js/faker").BitcoinNetworkType;
|
|
23
23
|
}) => import("..").ValueConfig<string>;
|
|
24
24
|
/** Finance [creditCardCVV](https://fakerjs.dev/api/finance.html#creditCardCVV) */
|
|
25
25
|
export declare const creditCardCVV: () => import("..").ValueConfig<string>;
|
|
@@ -30,9 +30,13 @@ export declare const creditCardNumber: (options?: string | {
|
|
|
30
30
|
issuer?: string;
|
|
31
31
|
}) => import("..").ValueConfig<string>;
|
|
32
32
|
/** Finance [currency](https://fakerjs.dev/api/finance.html#currency) */
|
|
33
|
-
export declare const currency: () => import("..").ValueConfig<import("@faker-js/faker
|
|
33
|
+
export declare const currency: () => import("..").ValueConfig<import("@faker-js/faker").Currency>;
|
|
34
34
|
/** Finance [currencyCode](https://fakerjs.dev/api/finance.html#currencyCode) */
|
|
35
35
|
export declare const currencyCode: () => import("..").ValueConfig<string>;
|
|
36
|
+
/** Finance [currencyName](https://fakerjs.dev/api/finance.html#currencyName) */
|
|
37
|
+
export declare const currencyName: () => import("..").ValueConfig<string>;
|
|
38
|
+
/** Finance [currencyNumericCode](https://fakerjs.dev/api/finance.html#currencyNumericCode) */
|
|
39
|
+
export declare const currencyNumericCode: () => import("..").ValueConfig<string>;
|
|
36
40
|
/** Finance [currencySymbol](https://fakerjs.dev/api/finance.html#currencySymbol) */
|
|
37
41
|
export declare const currencySymbol: () => import("..").ValueConfig<string>;
|
|
38
42
|
/** Finance [ethereumAddress](https://fakerjs.dev/api/finance.html#ethereumAddress) */
|
|
@@ -44,12 +48,6 @@ export declare const iban: (options?: {
|
|
|
44
48
|
}) => import("..").ValueConfig<string>;
|
|
45
49
|
/** Finance [litecoinAddress](https://fakerjs.dev/api/finance.html#litecoinAddress) */
|
|
46
50
|
export declare const litecoinAddress: () => import("..").ValueConfig<string>;
|
|
47
|
-
/** Finance [maskedNumber](https://fakerjs.dev/api/finance.html#maskedNumber) */
|
|
48
|
-
export declare const maskedNumber: (optionsOrLength?: number | {
|
|
49
|
-
length?: number;
|
|
50
|
-
parens?: boolean;
|
|
51
|
-
ellipsis?: boolean;
|
|
52
|
-
}) => import("..").ValueConfig<string>;
|
|
53
51
|
/** Finance [pin](https://fakerjs.dev/api/finance.html#pin) */
|
|
54
52
|
export declare const pin: (options?: number | {
|
|
55
53
|
length?: number;
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
export declare const avatar: () => import("..").ValueConfig<string>;
|
|
3
3
|
/** Image [avatarGitHub](https://fakerjs.dev/api/image.html#avatarGitHub) */
|
|
4
4
|
export declare const avatarGitHub: () => import("..").ValueConfig<string>;
|
|
5
|
-
/** Image [avatarLegacy](https://fakerjs.dev/api/image.html#avatarLegacy) */
|
|
6
|
-
export declare const avatarLegacy: () => import("..").ValueConfig<string>;
|
|
7
5
|
/** Image [dataUri](https://fakerjs.dev/api/image.html#dataUri) */
|
|
8
6
|
export declare const dataUri: (options?: {
|
|
9
7
|
width?: number;
|
|
@@ -29,12 +27,3 @@ export declare const urlPicsumPhotos: (options?: {
|
|
|
29
27
|
grayscale?: boolean;
|
|
30
28
|
blur?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
31
29
|
}) => import("..").ValueConfig<string>;
|
|
32
|
-
/** Image [urlPlaceholder](https://fakerjs.dev/api/image.html#urlPlaceholder) */
|
|
33
|
-
export declare const urlPlaceholder: (options?: {
|
|
34
|
-
width?: number;
|
|
35
|
-
height?: number;
|
|
36
|
-
backgroundColor?: string;
|
|
37
|
-
textColor?: string;
|
|
38
|
-
format?: "gif" | "jpeg" | "jpg" | "png" | "webp";
|
|
39
|
-
text?: string;
|
|
40
|
-
}) => import("..").ValueConfig<string>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * as Airline from "./airline";
|
|
2
2
|
export * as Animal from "./animal";
|
|
3
|
+
export * as Book from "./book";
|
|
3
4
|
export * as Color from "./color";
|
|
4
5
|
export * as Commerce from "./commerce";
|
|
5
6
|
export * as Common from "./common";
|
|
@@ -23,4 +24,5 @@ export * as Science from "./science";
|
|
|
23
24
|
export * as String from "./string";
|
|
24
25
|
export * as System from "./system";
|
|
25
26
|
export * as utils from "./utils";
|
|
27
|
+
export { makeValueConfigFn } from "./utils";
|
|
26
28
|
export * as Vehicle from "./vehicle";
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/** Internet [color](https://fakerjs.dev/api/internet.html#color) */
|
|
2
|
-
export declare const color: (options?: {
|
|
3
|
-
redBase?: number;
|
|
4
|
-
greenBase?: number;
|
|
5
|
-
blueBase?: number;
|
|
6
|
-
}) => import("..").ValueConfig<string>;
|
|
7
1
|
/** Internet [displayName](https://fakerjs.dev/api/internet.html#displayName) */
|
|
8
2
|
export declare const displayName: (options?: {
|
|
9
3
|
firstName?: string;
|
|
@@ -44,10 +38,18 @@ export declare const ip: () => import("..").ValueConfig<string>;
|
|
|
44
38
|
export declare const ipv4: (options?: {
|
|
45
39
|
cidrBlock?: string;
|
|
46
40
|
} | {
|
|
47
|
-
network?: import("@faker-js/faker
|
|
41
|
+
network?: import("@faker-js/faker").IPv4NetworkType;
|
|
48
42
|
}) => import("..").ValueConfig<string>;
|
|
49
43
|
/** Internet [ipv6](https://fakerjs.dev/api/internet.html#ipv6) */
|
|
50
44
|
export declare const ipv6: () => import("..").ValueConfig<string>;
|
|
45
|
+
/** Internet [jwt](https://fakerjs.dev/api/internet.html#jwt) */
|
|
46
|
+
export declare const jwt: (options?: {
|
|
47
|
+
header?: Record<string, unknown>;
|
|
48
|
+
payload?: Record<string, unknown>;
|
|
49
|
+
refDate?: string | Date | number;
|
|
50
|
+
}) => import("..").ValueConfig<string>;
|
|
51
|
+
/** Internet [jwtAlgorithm](https://fakerjs.dev/api/internet.html#jwtAlgorithm) */
|
|
52
|
+
export declare const jwtAlgorithm: () => import("..").ValueConfig<string>;
|
|
51
53
|
/** Internet [mac](https://fakerjs.dev/api/internet.html#mac) */
|
|
52
54
|
export declare const mac: (options?: string | {
|
|
53
55
|
separator?: string;
|
|
@@ -1,56 +1,69 @@
|
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
import type { ValueConfig } from "../type";
|
|
1
3
|
/** Location [buildingNumber](https://fakerjs.dev/api/location.html#buildingNumber) */
|
|
2
|
-
export declare const buildingNumber: () =>
|
|
4
|
+
export declare const buildingNumber: () => ValueConfig<string>;
|
|
3
5
|
/** Location [cardinalDirection](https://fakerjs.dev/api/location.html#cardinalDirection) */
|
|
4
6
|
export declare const cardinalDirection: (options?: {
|
|
5
7
|
abbreviated?: boolean;
|
|
6
|
-
}) =>
|
|
8
|
+
}) => ValueConfig<string>;
|
|
7
9
|
/** Location [city](https://fakerjs.dev/api/location.html#city) */
|
|
8
|
-
export declare const city: () =>
|
|
10
|
+
export declare const city: () => ValueConfig<string>;
|
|
11
|
+
/** Location [continent](https://fakerjs.dev/api/location.html#continent) */
|
|
12
|
+
export declare const continent: () => ValueConfig<string>;
|
|
9
13
|
/** Location [country](https://fakerjs.dev/api/location.html#country) */
|
|
10
|
-
export declare const country: () =>
|
|
14
|
+
export declare const country: () => ValueConfig<string>;
|
|
11
15
|
/** Location [countryCode](https://fakerjs.dev/api/location.html#countryCode) */
|
|
12
16
|
export declare const countryCode: (options?: "alpha-2" | "alpha-3" | "numeric" | {
|
|
13
17
|
variant?: "alpha-2" | "alpha-3" | "numeric";
|
|
14
|
-
}) =>
|
|
18
|
+
}) => ValueConfig<string>;
|
|
15
19
|
/** Location [county](https://fakerjs.dev/api/location.html#county) */
|
|
16
|
-
export declare const county: () =>
|
|
20
|
+
export declare const county: () => ValueConfig<string>;
|
|
17
21
|
/** Location [direction](https://fakerjs.dev/api/location.html#direction) */
|
|
18
22
|
export declare const direction: (options?: {
|
|
19
23
|
abbreviated?: boolean;
|
|
20
|
-
}) =>
|
|
24
|
+
}) => ValueConfig<string>;
|
|
25
|
+
type Language = ReturnType<typeof faker.location.language>;
|
|
26
|
+
/** Location [language](https://fakerjs.dev/api/location.html#language) */
|
|
27
|
+
export declare const language: () => ValueConfig<Language>;
|
|
21
28
|
/** Location [latitude](https://fakerjs.dev/api/location.html#latitude) */
|
|
22
29
|
export declare const latitude: (options?: {
|
|
23
30
|
max?: number;
|
|
24
31
|
min?: number;
|
|
25
32
|
precision?: number;
|
|
26
|
-
}) =>
|
|
33
|
+
}) => ValueConfig<number>;
|
|
27
34
|
/** Location [longitude](https://fakerjs.dev/api/location.html#longitude) */
|
|
28
35
|
export declare const longitude: (options?: {
|
|
29
36
|
max?: number;
|
|
30
37
|
min?: number;
|
|
31
38
|
precision?: number;
|
|
32
|
-
}) =>
|
|
39
|
+
}) => ValueConfig<number>;
|
|
33
40
|
/** Location [nearbyGPSCoordinate](https://fakerjs.dev/api/location.html#nearbyGPSCoordinate) */
|
|
34
41
|
export declare const nearbyGPSCoordinate: (options?: {
|
|
35
42
|
origin?: [latitude: number, longitude: number];
|
|
36
43
|
radius?: number;
|
|
37
44
|
isMetric?: boolean;
|
|
38
|
-
}) =>
|
|
45
|
+
}) => ValueConfig<[latitude: number, longitude: number]>;
|
|
39
46
|
/** Location [ordinalDirection](https://fakerjs.dev/api/location.html#ordinalDirection) */
|
|
40
47
|
export declare const ordinalDirection: (options?: {
|
|
41
48
|
abbreviated?: boolean;
|
|
42
|
-
}) =>
|
|
49
|
+
}) => ValueConfig<string>;
|
|
43
50
|
/** Location [secondaryAddress](https://fakerjs.dev/api/location.html#secondaryAddress) */
|
|
44
|
-
export declare const secondaryAddress: () =>
|
|
51
|
+
export declare const secondaryAddress: () => ValueConfig<string>;
|
|
45
52
|
/** Location [state](https://fakerjs.dev/api/location.html#state) */
|
|
46
53
|
export declare const state: (options?: {
|
|
47
54
|
abbreviated?: boolean;
|
|
48
|
-
}) =>
|
|
55
|
+
}) => ValueConfig<string>;
|
|
49
56
|
/** Location [street](https://fakerjs.dev/api/location.html#street) */
|
|
50
|
-
export declare const street: () =>
|
|
57
|
+
export declare const street: () => ValueConfig<string>;
|
|
51
58
|
/** Location [streetAddress](https://fakerjs.dev/api/location.html#streetAddress) */
|
|
52
59
|
export declare const streetAddress: (options?: boolean | {
|
|
53
60
|
useFullAddress?: boolean;
|
|
54
|
-
}) =>
|
|
61
|
+
}) => ValueConfig<string>;
|
|
55
62
|
/** Location [timeZone](https://fakerjs.dev/api/location.html#timeZone) */
|
|
56
|
-
export declare const timeZone: () =>
|
|
63
|
+
export declare const timeZone: () => ValueConfig<string>;
|
|
64
|
+
/** Location [zipCode](https://fakerjs.dev/api/location.html#zipCode) */
|
|
65
|
+
export declare const zipCode: (options?: string | {
|
|
66
|
+
state?: string;
|
|
67
|
+
format?: string;
|
|
68
|
+
}) => ValueConfig<string>;
|
|
69
|
+
export {};
|
|
@@ -32,3 +32,8 @@ export declare const octal: (options?: number | {
|
|
|
32
32
|
min?: number;
|
|
33
33
|
max?: number;
|
|
34
34
|
}) => import("..").ValueConfig<string>;
|
|
35
|
+
/** Number [romanNumeral](https://fakerjs.dev/api/number.html#romanNumeral) */
|
|
36
|
+
export declare const romanNumeral: (options?: number | {
|
|
37
|
+
min?: number;
|
|
38
|
+
max?: number;
|
|
39
|
+
}) => import("..").ValueConfig<string>;
|
|
@@ -6,7 +6,7 @@ export declare const firstName: (sex?: "female" | "male") => import("..").ValueC
|
|
|
6
6
|
export declare const fullName: (options?: {
|
|
7
7
|
firstName?: string;
|
|
8
8
|
lastName?: string;
|
|
9
|
-
sex?: import("@faker-js/faker
|
|
9
|
+
sex?: import("@faker-js/faker").SexType;
|
|
10
10
|
}) => import("..").ValueConfig<string>;
|
|
11
11
|
/** Person [gender](https://fakerjs.dev/api/person.html#gender) */
|
|
12
12
|
export declare const gender: () => import("..").ValueConfig<string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** Science [chemicalElement](https://fakerjs.dev/api/science.html#chemicalElement) */
|
|
2
|
-
export declare const chemicalElement: () => import("..").ValueConfig<import("@faker-js/faker
|
|
2
|
+
export declare const chemicalElement: () => import("..").ValueConfig<import("@faker-js/faker").ChemicalElement>;
|
|
3
3
|
/** Science [unit](https://fakerjs.dev/api/science.html#unit) */
|
|
4
|
-
export declare const unit: () => import("..").ValueConfig<import("@faker-js/faker
|
|
4
|
+
export declare const unit: () => import("..").ValueConfig<import("@faker-js/faker").Unit>;
|
|
@@ -65,5 +65,9 @@ export declare const symbol: (length?: number | {
|
|
|
65
65
|
min: number;
|
|
66
66
|
max: number;
|
|
67
67
|
}) => import("..").ValueConfig<string>;
|
|
68
|
+
/** String [ulid](https://fakerjs.dev/api/string.html#ulid) */
|
|
69
|
+
export declare const ulid: (options?: {
|
|
70
|
+
refDate?: string | Date | number;
|
|
71
|
+
}) => import("..").ValueConfig<string>;
|
|
68
72
|
/** String [uuid](https://fakerjs.dev/api/string.html#uuid) */
|
|
69
73
|
export declare const uuid: () => import("..").ValueConfig<string>;
|
package/dist/utils/airline.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
|
|
|
13
13
|
})();
|
|
14
14
|
(()=>{
|
|
15
15
|
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if (
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
17
|
value: 'Module'
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -24,23 +24,39 @@ var __webpack_require__ = {};
|
|
|
24
24
|
var __webpack_exports__ = {};
|
|
25
25
|
__webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
-
|
|
27
|
+
airport: ()=>airport,
|
|
28
|
+
airplane: ()=>airplane,
|
|
28
29
|
flightNumber: ()=>flightNumber,
|
|
29
|
-
|
|
30
|
+
seat: ()=>seat,
|
|
31
|
+
airline: ()=>airline,
|
|
32
|
+
aircraftType: ()=>aircraftType,
|
|
33
|
+
recordLocator: ()=>recordLocator
|
|
30
34
|
});
|
|
31
35
|
const faker_namespaceObject = require("@faker-js/faker");
|
|
32
36
|
const external_utils_cjs_namespaceObject = require("./utils.cjs");
|
|
33
37
|
const aircraftType = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.aircraftType);
|
|
38
|
+
const airline = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.airline);
|
|
39
|
+
const airplane = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.airplane);
|
|
40
|
+
const airport = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.airport);
|
|
34
41
|
const flightNumber = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.flightNumber);
|
|
42
|
+
const recordLocator = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.recordLocator);
|
|
35
43
|
const seat = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.airline.seat);
|
|
36
44
|
exports.aircraftType = __webpack_exports__.aircraftType;
|
|
45
|
+
exports.airline = __webpack_exports__.airline;
|
|
46
|
+
exports.airplane = __webpack_exports__.airplane;
|
|
47
|
+
exports.airport = __webpack_exports__.airport;
|
|
37
48
|
exports.flightNumber = __webpack_exports__.flightNumber;
|
|
49
|
+
exports.recordLocator = __webpack_exports__.recordLocator;
|
|
38
50
|
exports.seat = __webpack_exports__.seat;
|
|
39
|
-
for(var
|
|
51
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
40
52
|
"aircraftType",
|
|
53
|
+
"airline",
|
|
54
|
+
"airplane",
|
|
55
|
+
"airport",
|
|
41
56
|
"flightNumber",
|
|
57
|
+
"recordLocator",
|
|
42
58
|
"seat"
|
|
43
|
-
].indexOf(
|
|
59
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
44
60
|
Object.defineProperty(exports, '__esModule', {
|
|
45
61
|
value: true
|
|
46
62
|
});
|
package/dist/utils/airline.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { faker } from "@faker-js/faker";
|
|
2
2
|
import { makeValueConfigFn } from "./utils.js";
|
|
3
3
|
const aircraftType = makeValueConfigFn(faker.airline.aircraftType);
|
|
4
|
+
const airline = makeValueConfigFn(faker.airline.airline);
|
|
5
|
+
const airplane = makeValueConfigFn(faker.airline.airplane);
|
|
6
|
+
const airport = makeValueConfigFn(faker.airline.airport);
|
|
4
7
|
const flightNumber = makeValueConfigFn(faker.airline.flightNumber);
|
|
8
|
+
const recordLocator = makeValueConfigFn(faker.airline.recordLocator);
|
|
5
9
|
const seat = makeValueConfigFn(faker.airline.seat);
|
|
6
|
-
export { aircraftType, flightNumber, seat };
|
|
10
|
+
export { aircraftType, airline, airplane, airport, flightNumber, recordLocator, seat };
|
package/dist/utils/animal.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
|
|
|
13
13
|
})();
|
|
14
14
|
(()=>{
|
|
15
15
|
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if (
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
17
|
value: 'Module'
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -26,17 +26,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
dog: ()=>dog,
|
|
28
28
|
cow: ()=>cow,
|
|
29
|
-
cetacean: ()=>cetacean,
|
|
30
29
|
lion: ()=>lion,
|
|
31
30
|
bird: ()=>bird,
|
|
32
31
|
insect: ()=>insect,
|
|
33
32
|
rodent: ()=>rodent,
|
|
34
33
|
bear: ()=>bear,
|
|
35
|
-
|
|
34
|
+
crocodilia: ()=>crocodilia,
|
|
36
35
|
fish: ()=>fish,
|
|
36
|
+
type: ()=>type,
|
|
37
37
|
snake: ()=>snake,
|
|
38
38
|
rabbit: ()=>rabbit,
|
|
39
|
-
|
|
39
|
+
cetacean: ()=>cetacean,
|
|
40
|
+
petName: ()=>petName,
|
|
40
41
|
cat: ()=>cat,
|
|
41
42
|
horse: ()=>horse
|
|
42
43
|
});
|
|
@@ -53,6 +54,7 @@ const fish = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_nam
|
|
|
53
54
|
const horse = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.horse);
|
|
54
55
|
const insect = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.insect);
|
|
55
56
|
const lion = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.lion);
|
|
57
|
+
const petName = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.petName);
|
|
56
58
|
const rabbit = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.rabbit);
|
|
57
59
|
const rodent = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.rodent);
|
|
58
60
|
const snake = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.animal.snake);
|
|
@@ -68,11 +70,12 @@ exports.fish = __webpack_exports__.fish;
|
|
|
68
70
|
exports.horse = __webpack_exports__.horse;
|
|
69
71
|
exports.insect = __webpack_exports__.insect;
|
|
70
72
|
exports.lion = __webpack_exports__.lion;
|
|
73
|
+
exports.petName = __webpack_exports__.petName;
|
|
71
74
|
exports.rabbit = __webpack_exports__.rabbit;
|
|
72
75
|
exports.rodent = __webpack_exports__.rodent;
|
|
73
76
|
exports.snake = __webpack_exports__.snake;
|
|
74
77
|
exports.type = __webpack_exports__.type;
|
|
75
|
-
for(var
|
|
78
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
76
79
|
"bear",
|
|
77
80
|
"bird",
|
|
78
81
|
"cat",
|
|
@@ -84,11 +87,12 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
84
87
|
"horse",
|
|
85
88
|
"insect",
|
|
86
89
|
"lion",
|
|
90
|
+
"petName",
|
|
87
91
|
"rabbit",
|
|
88
92
|
"rodent",
|
|
89
93
|
"snake",
|
|
90
94
|
"type"
|
|
91
|
-
].indexOf(
|
|
95
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
92
96
|
Object.defineProperty(exports, '__esModule', {
|
|
93
97
|
value: true
|
|
94
98
|
});
|