struct-fakerator 2.7.9 → 2.9.9
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/LICENSE +21 -0
- package/README.md +8 -8
- package/dist/config.cjs +51 -0
- package/dist/config.d.ts +1 -2
- package/dist/config.js +2 -19
- package/dist/config_scheme.cjs +95 -0
- package/dist/config_scheme.d.ts +7 -10
- package/dist/config_scheme.js +46 -17
- package/dist/create_config.cjs +110 -0
- package/dist/create_config.d.ts +9 -11
- package/dist/create_config.js +61 -18
- package/dist/create_config.test.d.ts +1 -2
- package/dist/create_generator_fn.cjs +168 -0
- package/dist/create_generator_fn.d.ts +9 -11
- package/dist/create_generator_fn.js +116 -20
- package/dist/create_generator_fn.test.d.ts +1 -2
- package/dist/generator_fn.cjs +54 -0
- package/dist/generator_fn.d.ts +1 -2
- package/dist/generator_fn.js +2 -21
- package/dist/index.cjs +107 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +6 -43
- package/dist/type.cjs +18 -0
- package/dist/type.d.ts +9 -11
- package/dist/type.js +0 -1
- package/dist/utils/airline.cjs +46 -0
- package/dist/utils/airline.d.ts +14 -3
- package/dist/utils/airline.js +6 -14
- package/dist/utils/animal.cjs +94 -0
- package/dist/utils/animal.d.ts +30 -2
- package/dist/utils/animal.js +18 -38
- package/dist/utils/color.cjs +78 -0
- package/dist/utils/color.d.ts +41 -3
- package/dist/utils/color.js +14 -30
- package/dist/utils/commerce.cjs +66 -0
- package/dist/utils/commerce.d.ts +24 -2
- package/dist/utils/commerce.js +11 -24
- package/dist/utils/common.cjs +37 -0
- package/dist/utils/common.d.ts +2 -2
- package/dist/utils/common.js +3 -9
- package/dist/utils/company.cjs +70 -0
- package/dist/utils/company.d.ts +18 -2
- package/dist/utils/company.js +12 -26
- package/dist/utils/database.cjs +54 -0
- package/dist/utils/database.d.ts +10 -2
- package/dist/utils/database.js +8 -18
- package/dist/utils/datatype.cjs +38 -0
- package/dist/utils/datatype.d.ts +4 -2
- package/dist/utils/datatype.js +4 -10
- package/dist/utils/datetime.cjs +78 -0
- package/dist/utils/datetime.d.ts +59 -2
- package/dist/utils/datetime.js +14 -30
- package/dist/utils/finance.cjs +110 -0
- package/dist/utils/finance.d.ts +62 -3
- package/dist/utils/finance.js +22 -46
- package/dist/utils/food.cjs +70 -0
- package/dist/utils/food.d.ts +18 -2
- package/dist/utils/food.js +12 -26
- package/dist/utils/git.cjs +54 -0
- package/dist/utils/git.d.ts +18 -2
- package/dist/utils/git.js +8 -18
- package/dist/utils/hacker.cjs +58 -0
- package/dist/utils/hacker.d.ts +12 -2
- package/dist/utils/hacker.js +9 -20
- package/dist/utils/image.cjs +66 -0
- package/dist/utils/image.d.ts +40 -2
- package/dist/utils/image.js +11 -24
- package/dist/utils/index.cjs +136 -0
- package/dist/utils/index.d.ts +26 -28
- package/dist/utils/index.js +27 -109
- package/dist/utils/internet.cjs +114 -0
- package/dist/utils/internet.d.ts +77 -3
- package/dist/utils/internet.js +23 -48
- package/dist/utils/location.cjs +98 -0
- package/dist/utils/location.d.ts +56 -2
- package/dist/utils/location.js +19 -40
- package/dist/utils/lorem.cjs +70 -0
- package/dist/utils/lorem.d.ts +45 -2
- package/dist/utils/lorem.js +12 -26
- package/dist/utils/music.cjs +50 -0
- package/dist/utils/music.d.ts +8 -2
- package/dist/utils/music.js +7 -16
- package/dist/utils/number.cjs +58 -0
- package/dist/utils/number.d.ts +34 -2
- package/dist/utils/number.js +9 -20
- package/dist/utils/person.cjs +94 -0
- package/dist/utils/person.d.ts +34 -3
- package/dist/utils/person.js +18 -38
- package/dist/utils/phone.cjs +42 -0
- package/dist/utils/phone.d.ts +6 -2
- package/dist/utils/phone.js +5 -12
- package/dist/utils/science.cjs +42 -0
- package/dist/utils/science.d.ts +4 -3
- package/dist/utils/science.js +5 -12
- package/dist/utils/string.cjs +74 -0
- package/dist/utils/string.d.ts +69 -2
- package/dist/utils/string.js +13 -28
- package/dist/utils/system.cjs +82 -0
- package/dist/utils/system.d.ts +35 -2
- package/dist/utils/system.js +15 -32
- package/dist/utils/utils.cjs +39 -0
- package/dist/utils/utils.d.ts +2 -2
- package/dist/utils/utils.js +5 -9
- package/dist/utils/vehicle.cjs +70 -0
- package/dist/utils/vehicle.d.ts +18 -2
- package/dist/utils/vehicle.js +12 -26
- package/dist/utils/word.cjs +70 -0
- package/dist/utils/word.d.ts +18 -22
- package/dist/utils/word.js +12 -29
- package/package.json +27 -35
- package/biome.json +0 -27
- package/dist/airline-98MCzMN8.d.ts +0 -26
- package/dist/airline-BUwgrfsj.d.ts +0 -26
- package/dist/airline-C0ManYED.d.mts +0 -26
- package/dist/airline-CuAxOEYH.d.mts +0 -26
- package/dist/animal-BohQ7s0w.d.mts +0 -53
- package/dist/animal-arG64NM6.d.mts +0 -53
- package/dist/animal-erAZXs_d.d.ts +0 -53
- package/dist/animal-o8BFF7gd.d.ts +0 -53
- package/dist/chunk-25HDDMTE.js +0 -45
- package/dist/chunk-266JLHQ7.mjs +0 -27
- package/dist/chunk-266W7TLD.mjs +0 -45
- package/dist/chunk-2FTPTSHD.mjs +0 -1972
- package/dist/chunk-2HHTDZ5W.mjs +0 -27
- package/dist/chunk-2P6DPKAW.js +0 -35
- package/dist/chunk-2QPSWN3J.js +0 -24
- package/dist/chunk-2SF54GZN.mjs +0 -24
- package/dist/chunk-2UAN3WRZ.js +0 -51
- package/dist/chunk-2VTSGFBK.mjs +0 -56
- package/dist/chunk-2ZR6AR26.js +0 -24
- package/dist/chunk-3APOILUV.js +0 -81
- package/dist/chunk-3AXS7RA6.mjs +0 -18
- package/dist/chunk-3DIP4M5Y.mjs +0 -36
- package/dist/chunk-3E2B272L.js +0 -25
- package/dist/chunk-3FFGDXA5.mjs +0 -48
- package/dist/chunk-3HQMGDUF.js +0 -98
- package/dist/chunk-3KXIZTCT.mjs +0 -20
- package/dist/chunk-3MYH2PDS.js +0 -24
- package/dist/chunk-3P4RJMMV.js +0 -79
- package/dist/chunk-3PSJD6BF.js +0 -67
- package/dist/chunk-3SVV5GDL.js +0 -22
- package/dist/chunk-3U6BNHWG.mjs +0 -2040
- package/dist/chunk-3WINWLTB.js +0 -34
- package/dist/chunk-42EKB2FX.js +0 -74
- package/dist/chunk-44Q7WXPL.mjs +0 -30
- package/dist/chunk-474WFN7X.js +0 -33
- package/dist/chunk-4ESFUYHU.js +0 -48
- package/dist/chunk-4OB35J4Q.mjs +0 -151
- package/dist/chunk-4UGSTE5Q.js +0 -1968
- package/dist/chunk-4VNS5WPM.js +0 -42
- package/dist/chunk-4XEKUGKR.js +0 -35
- package/dist/chunk-4XQBQAPC.mjs +0 -33
- package/dist/chunk-52ZOIHJM.js +0 -26
- package/dist/chunk-55HSOHNN.js +0 -36
- package/dist/chunk-5A3HJWPX.mjs +0 -33
- package/dist/chunk-5KKLW4SD.js +0 -26
- package/dist/chunk-5LCWZUVP.mjs +0 -19
- package/dist/chunk-5M3DUBFV.mjs +0 -24
- package/dist/chunk-5NC3JFHS.mjs +0 -63
- package/dist/chunk-5PCIFPK7.js +0 -15721
- package/dist/chunk-5TG43IWT.js +0 -36
- package/dist/chunk-5UFZ4NET.mjs +0 -26
- package/dist/chunk-5VTJIH2Q.mjs +0 -63
- package/dist/chunk-5ZNSQDU5.js +0 -81
- package/dist/chunk-62MDIAG3.js +0 -19
- package/dist/chunk-62NUC6UZ.js +0 -51
- package/dist/chunk-6BWS3CLP.mjs +0 -16
- package/dist/chunk-6GXFVYK2.js +0 -18
- package/dist/chunk-6LNIYJMV.mjs +0 -21
- package/dist/chunk-6OOU3BX5.mjs +0 -35
- package/dist/chunk-6QXR4Q23.js +0 -43
- package/dist/chunk-6QZF75LH.js +0 -20
- package/dist/chunk-6TGTIMX2.mjs +0 -151
- package/dist/chunk-6UVWD65N.mjs +0 -63
- package/dist/chunk-73BBBL26.js +0 -49
- package/dist/chunk-7C2MCLYX.mjs +0 -15721
- package/dist/chunk-7IQW6MWT.mjs +0 -81
- package/dist/chunk-7IWAOHPW.mjs +0 -27
- package/dist/chunk-7LDYF5VW.js +0 -78
- package/dist/chunk-7POVLKQR.mjs +0 -20
- package/dist/chunk-7QCNINQB.js +0 -43
- package/dist/chunk-7RP7F74O.js +0 -49
- package/dist/chunk-7TMD372Q.mjs +0 -165
- package/dist/chunk-7UQSPUCL.mjs +0 -0
- package/dist/chunk-7V3T6MQ3.mjs +0 -21
- package/dist/chunk-7ZAVU2DI.mjs +0 -81
- package/dist/chunk-A4QVPMYT.js +0 -44
- package/dist/chunk-A5YXOL6G.mjs +0 -63
- package/dist/chunk-ABZZ2Y2O.mjs +0 -45
- package/dist/chunk-AH3KD37M.js +0 -45
- package/dist/chunk-AQWBYQGF.js +0 -54
- package/dist/chunk-AT4FPDTE.mjs +0 -51
- package/dist/chunk-AWKBY27N.js +0 -35
- package/dist/chunk-B2NENAKV.mjs +0 -34
- package/dist/chunk-B3RA7BAM.mjs +0 -30
- package/dist/chunk-B7MK7WHV.mjs +0 -21
- package/dist/chunk-BGE4WZH7.js +0 -27
- package/dist/chunk-BMQ2NETL.js +0 -63
- package/dist/chunk-BNJUSXEO.js +0 -27
- package/dist/chunk-BNUCXH6Q.js +0 -49
- package/dist/chunk-BS7IEV74.mjs +0 -1968
- package/dist/chunk-BVGE5IMC.js +0 -45
- package/dist/chunk-C3RGM3CB.js +0 -67
- package/dist/chunk-C6FQYK5T.js +0 -81
- package/dist/chunk-C6IEYVWV.mjs +0 -21
- package/dist/chunk-CC255UJD.mjs +0 -27
- package/dist/chunk-CK65OFQQ.mjs +0 -56
- package/dist/chunk-CKNDI3RH.js +0 -24
- package/dist/chunk-CRW5Q4VB.js +0 -30
- package/dist/chunk-CSOXFDKC.mjs +0 -42
- package/dist/chunk-D3DPNIYF.mjs +0 -36
- package/dist/chunk-D6QN54CO.js +0 -46
- package/dist/chunk-D74AUXZW.mjs +0 -35
- package/dist/chunk-DM5VFX6B.js +0 -17008
- package/dist/chunk-DN6VWFMI.js +0 -56
- package/dist/chunk-DONFLQME.js +0 -49
- package/dist/chunk-DQBTHPWE.js +0 -24
- package/dist/chunk-DSDX7NOV.mjs +0 -40
- package/dist/chunk-DX6NQK6H.js +0 -49
- package/dist/chunk-DXVB5THL.js +0 -36
- package/dist/chunk-DZCTAI2Q.js +0 -49
- package/dist/chunk-E3EZHXI2.mjs +0 -45
- package/dist/chunk-E3N3PWFI.js +0 -45
- package/dist/chunk-E7JW4TGQ.mjs +0 -49
- package/dist/chunk-ECTLN5SO.mjs +0 -63
- package/dist/chunk-EGCGEPYD.mjs +0 -24
- package/dist/chunk-ELK6OOE6.js +0 -55
- package/dist/chunk-EM67LVYX.mjs +0 -18
- package/dist/chunk-EPWKT75L.js +0 -63
- package/dist/chunk-ES6I4JEP.js +0 -24
- package/dist/chunk-ETS5PP3N.js +0 -42
- package/dist/chunk-EXLV2IRM.mjs +0 -26
- package/dist/chunk-EZFWJGGR.js +0 -28
- package/dist/chunk-F4NIEPKF.mjs +0 -48
- package/dist/chunk-F4WSUHUB.js +0 -27
- package/dist/chunk-F54WJZPR.mjs +0 -48
- package/dist/chunk-FDIHUTKO.mjs +0 -34
- package/dist/chunk-FG2O523S.js +0 -48
- package/dist/chunk-FGA73ALI.mjs +0 -45
- package/dist/chunk-FT5QWXEO.mjs +0 -21
- package/dist/chunk-FXTLAJTY.mjs +0 -74
- package/dist/chunk-G73JPAKW.mjs +0 -16831
- package/dist/chunk-GAOFL72U.mjs +0 -24
- package/dist/chunk-GF4PSVJ7.js +0 -81
- package/dist/chunk-GL777PKT.js +0 -21
- package/dist/chunk-GLK5ZVJB.js +0 -47
- package/dist/chunk-GMOMLI4W.js +0 -56
- package/dist/chunk-GNFZ7Z6V.mjs +0 -28
- package/dist/chunk-GNLLMLQX.js +0 -48
- package/dist/chunk-GNPP2GGZ.js +0 -16831
- package/dist/chunk-GR5EJCJ2.js +0 -24
- package/dist/chunk-GSFJYUDA.js +0 -63
- package/dist/chunk-GUIYTTMP.mjs +0 -24
- package/dist/chunk-HAIK2LXD.js +0 -63
- package/dist/chunk-HEHR64VN.js +0 -1972
- package/dist/chunk-HK4L636Y.mjs +0 -49
- package/dist/chunk-HLHMXAI2.js +0 -21
- package/dist/chunk-HMDAKHLF.js +0 -151
- package/dist/chunk-HMGGQ5ZJ.js +0 -45
- package/dist/chunk-HNCQJ5F3.js +0 -56
- package/dist/chunk-HVWSAC7Q.js +0 -74
- package/dist/chunk-I3BHVE4B.js +0 -43
- package/dist/chunk-IEYIHOHM.js +0 -57
- package/dist/chunk-IHDAERZ6.mjs +0 -61
- package/dist/chunk-IM5JST4B.js +0 -76
- package/dist/chunk-IN3R3ABZ.mjs +0 -45
- package/dist/chunk-IOLQKV4S.js +0 -51
- package/dist/chunk-IOXGSFEU.js +0 -20
- package/dist/chunk-IRHHL256.mjs +0 -36
- package/dist/chunk-IY4LBMAL.js +0 -78
- package/dist/chunk-IZVHA6FO.js +0 -45
- package/dist/chunk-JA2F23JA.mjs +0 -79
- package/dist/chunk-JC2FY5K5.mjs +0 -42
- package/dist/chunk-JFYN4RCQ.mjs +0 -24
- package/dist/chunk-JHNWL66I.mjs +0 -47
- package/dist/chunk-JIPBMHNL.mjs +0 -63
- package/dist/chunk-JIWCYW33.js +0 -35
- package/dist/chunk-JSZXNY5A.js +0 -33
- package/dist/chunk-JTURHVCR.mjs +0 -67
- package/dist/chunk-JUS3FQET.js +0 -63
- package/dist/chunk-JY2DLJQ7.js +0 -74
- package/dist/chunk-KB4QNLUX.js +0 -30
- package/dist/chunk-KDRX2A7A.mjs +0 -45
- package/dist/chunk-KDTNND32.js +0 -63
- package/dist/chunk-KESFLCJB.mjs +0 -57
- package/dist/chunk-KK4QURZV.mjs +0 -63
- package/dist/chunk-KKDNACGF.js +0 -78
- package/dist/chunk-KLYK2EDS.js +0 -18
- package/dist/chunk-KMAT3MEQ.mjs +0 -24
- package/dist/chunk-KMGBR4B7.mjs +0 -49
- package/dist/chunk-KO4BOJXG.mjs +0 -18
- package/dist/chunk-KSBJZ7PZ.mjs +0 -48
- package/dist/chunk-KUNWO6DB.js +0 -20
- package/dist/chunk-KVPPJDFE.mjs +0 -63
- package/dist/chunk-L55R55BM.mjs +0 -24
- package/dist/chunk-L5EOJC4C.mjs +0 -78
- package/dist/chunk-L63CILKL.js +0 -36
- package/dist/chunk-L7SUBSOS.mjs +0 -74
- package/dist/chunk-LCQV5ZXR.js +0 -63
- package/dist/chunk-LDVSCWU7.mjs +0 -51
- package/dist/chunk-LGYUIU5L.js +0 -33
- package/dist/chunk-LKLQIBRC.mjs +0 -18
- package/dist/chunk-LPLLITHD.mjs +0 -33
- package/dist/chunk-LSFOERXQ.js +0 -18
- package/dist/chunk-LSP4VVPM.mjs +0 -45
- package/dist/chunk-LYYFKB5U.mjs +0 -48
- package/dist/chunk-M2ERA63H.mjs +0 -20
- package/dist/chunk-M3JRMFX2.js +0 -36
- package/dist/chunk-M7SBPX3E.mjs +0 -45
- package/dist/chunk-MCHBNMZ7.js +0 -48
- package/dist/chunk-MHBVLDC4.js +0 -30
- package/dist/chunk-MJWNNESP.js +0 -57
- package/dist/chunk-MKTV5ZCC.mjs +0 -30
- package/dist/chunk-MLJAHDYX.mjs +0 -167
- package/dist/chunk-MNRDBDJD.js +0 -33
- package/dist/chunk-MTNLYYS2.mjs +0 -51
- package/dist/chunk-MYNHKOPJ.js +0 -34
- package/dist/chunk-N2ZA6SQB.mjs +0 -45
- package/dist/chunk-NBUVTD24.js +0 -24
- package/dist/chunk-NEFBZJ7G.mjs +0 -42
- package/dist/chunk-NGJNM6BX.mjs +0 -48
- package/dist/chunk-NO44Z2RV.mjs +0 -55
- package/dist/chunk-NOD5QLN5.js +0 -40
- package/dist/chunk-NP7ZKTAA.js +0 -36
- package/dist/chunk-NPYKAZ5O.mjs +0 -42
- package/dist/chunk-NWVKBRLA.js +0 -30
- package/dist/chunk-O73LDQID.mjs +0 -57
- package/dist/chunk-OAPPDES4.js +0 -51
- package/dist/chunk-OCKZOACK.js +0 -24
- package/dist/chunk-OETKBS7R.mjs +0 -63
- package/dist/chunk-OFMBEI6Y.js +0 -20
- package/dist/chunk-OJRNPQVE.js +0 -45
- package/dist/chunk-OKDN5R6M.mjs +0 -78
- package/dist/chunk-OLSCXZ3D.mjs +0 -98
- package/dist/chunk-OTDJMFZE.js +0 -36
- package/dist/chunk-OYP22DDC.mjs +0 -31
- package/dist/chunk-OZ5VJVBQ.js +0 -21
- package/dist/chunk-OZ7Y3D4Z.js +0 -48
- package/dist/chunk-OZU24BQP.mjs +0 -81
- package/dist/chunk-P2NEBQQH.mjs +0 -78
- package/dist/chunk-PBOBMHB3.js +0 -45
- package/dist/chunk-PECDKT6F.js +0 -76
- package/dist/chunk-PEMTSFQT.mjs +0 -36
- package/dist/chunk-PFTS7XQK.js +0 -27
- package/dist/chunk-PFVCJYEK.js +0 -46
- package/dist/chunk-PLNNO4GL.js +0 -36
- package/dist/chunk-PPQIZT6A.mjs +0 -48
- package/dist/chunk-PS673ZMG.mjs +0 -78
- package/dist/chunk-PSTZXVEM.mjs +0 -45
- package/dist/chunk-PXVILWPC.js +0 -51
- package/dist/chunk-PXXIPMA2.mjs +0 -17567
- package/dist/chunk-PYIUSFN2.js +0 -48
- package/dist/chunk-Q4BXZB6O.mjs +0 -35
- package/dist/chunk-Q6CVTFPU.mjs +0 -2022
- package/dist/chunk-Q7THO24V.js +0 -45
- package/dist/chunk-QEVQSGOW.mjs +0 -49
- package/dist/chunk-QFG2B4XU.js +0 -35
- package/dist/chunk-QH2RT36U.js +0 -57
- package/dist/chunk-QHW2YYKY.js +0 -45
- package/dist/chunk-QMNACCJG.mjs +0 -30
- package/dist/chunk-QN2KYEUJ.js +0 -28
- package/dist/chunk-QOATILWS.mjs +0 -48
- package/dist/chunk-QQWZ56UO.js +0 -33
- package/dist/chunk-QTT2TUDM.js +0 -165
- package/dist/chunk-QZQ32UPU.mjs +0 -28
- package/dist/chunk-R3MBRFOY.js +0 -22
- package/dist/chunk-R5U7XKVJ.js +0 -16
- package/dist/chunk-R7ZZJULR.js +0 -61
- package/dist/chunk-RA35MXTT.mjs +0 -51
- package/dist/chunk-RCDDW7NN.js +0 -36
- package/dist/chunk-RDATYKAG.mjs +0 -58
- package/dist/chunk-RDMAE6F2.js +0 -17567
- package/dist/chunk-RFTRP37B.mjs +0 -74
- package/dist/chunk-RIOEYYMH.mjs +0 -30
- package/dist/chunk-RJPUHGKC.mjs +0 -54
- package/dist/chunk-RM7GMMWN.mjs +0 -49
- package/dist/chunk-ROM4ZH2A.js +0 -56
- package/dist/chunk-RTENULN5.mjs +0 -36
- package/dist/chunk-RUTM5ENW.js +0 -57
- package/dist/chunk-RUUOAMRF.mjs +0 -43
- package/dist/chunk-RW4IZD3J.js +0 -74
- package/dist/chunk-RWSXJDFQ.mjs +0 -57
- package/dist/chunk-S2AEEWWW.mjs +0 -36
- package/dist/chunk-SAYLPMKP.js +0 -74
- package/dist/chunk-SDPCOC7O.mjs +0 -76
- package/dist/chunk-SEUDYVHA.js +0 -45
- package/dist/chunk-SMIDTCUZ.mjs +0 -56
- package/dist/chunk-SN2ALAEI.mjs +0 -36
- package/dist/chunk-SN4QTD6R.js +0 -1
- package/dist/chunk-SOFVWH6A.js +0 -56
- package/dist/chunk-SSFS7U3T.mjs +0 -72
- package/dist/chunk-SSZ5GGDT.js +0 -45
- package/dist/chunk-STKSA23M.mjs +0 -33
- package/dist/chunk-SVHWBNOB.mjs +0 -61
- package/dist/chunk-SVMTK42D.mjs +0 -48
- package/dist/chunk-SYIPILT6.mjs +0 -35
- package/dist/chunk-T4IVAGFU.mjs +0 -48
- package/dist/chunk-TKS2PTMF.mjs +0 -18
- package/dist/chunk-TLH73HQN.js +0 -63
- package/dist/chunk-TQIJQZBP.js +0 -57
- package/dist/chunk-TQTDHXR6.mjs +0 -22
- package/dist/chunk-TSDTKUIT.mjs +0 -151
- package/dist/chunk-TTPRXCNS.mjs +0 -46
- package/dist/chunk-TYWXW3FQ.mjs +0 -46
- package/dist/chunk-TZ2RKEBF.js +0 -2040
- package/dist/chunk-U3EACZZ3.js +0 -18
- package/dist/chunk-U3TS432W.js +0 -48
- package/dist/chunk-U634RJNK.js +0 -36
- package/dist/chunk-U7MLTDS4.js +0 -167
- package/dist/chunk-UCRPFQYY.js +0 -48
- package/dist/chunk-UEXFND2J.mjs +0 -56
- package/dist/chunk-UIYW7U2O.js +0 -28
- package/dist/chunk-UJ5Q7MZB.js +0 -78
- package/dist/chunk-UOSN6FPU.js +0 -42
- package/dist/chunk-UOY5QUAW.js +0 -63
- package/dist/chunk-UP3FJ7EK.mjs +0 -44
- package/dist/chunk-UQYEFGMG.mjs +0 -43
- package/dist/chunk-URX5VRVB.js +0 -24
- package/dist/chunk-USLYTOPD.mjs +0 -41
- package/dist/chunk-UUIIGFUZ.js +0 -33
- package/dist/chunk-UX7CIOBD.js +0 -61
- package/dist/chunk-V2AWKRQI.js +0 -26
- package/dist/chunk-V4JFB4H6.mjs +0 -45
- package/dist/chunk-V4P2FTIC.js +0 -72
- package/dist/chunk-VE3Q5LC3.mjs +0 -26
- package/dist/chunk-VKKQV6UO.js +0 -42
- package/dist/chunk-VOMHZHCC.js +0 -21
- package/dist/chunk-VTSJ33HJ.js +0 -18
- package/dist/chunk-VVELSEXL.mjs +0 -27
- package/dist/chunk-VX2IFBCP.mjs +0 -17008
- package/dist/chunk-VX346ARA.js +0 -42
- package/dist/chunk-VYV7BUJR.js +0 -42
- package/dist/chunk-W4CBCFMS.mjs +0 -36
- package/dist/chunk-W6QSJNDJ.js +0 -58
- package/dist/chunk-WDFGFSCS.js +0 -63
- package/dist/chunk-WGRAINAP.mjs +0 -43
- package/dist/chunk-WH4MHYUQ.mjs +0 -33
- package/dist/chunk-WJ6C635R.mjs +0 -45
- package/dist/chunk-WSYHZP5C.mjs +0 -28
- package/dist/chunk-X5WN73EF.js +0 -48
- package/dist/chunk-X7YFEBIL.mjs +0 -28
- package/dist/chunk-XB5AI72P.mjs +0 -24
- package/dist/chunk-XCCBDMTZ.mjs +0 -22
- package/dist/chunk-XG6RUZSI.mjs +0 -16
- package/dist/chunk-XGB3TDIC.mjs +0 -42
- package/dist/chunk-XI5L2ENL.js +0 -28
- package/dist/chunk-XIROUDIK.js +0 -151
- package/dist/chunk-XJ3B37LJ.js +0 -45
- package/dist/chunk-XJGSUINR.mjs +0 -24
- package/dist/chunk-XKWYGGIM.mjs +0 -36
- package/dist/chunk-XL5V4E3Z.js +0 -16
- package/dist/chunk-XMR5DWYS.mjs +0 -74
- package/dist/chunk-XN5RU4UY.js +0 -27
- package/dist/chunk-XR64DI5O.js +0 -31
- package/dist/chunk-XUZOVQYC.mjs +0 -42
- package/dist/chunk-XVQOUXV6.js +0 -48
- package/dist/chunk-XYNVAWSB.mjs +0 -45
- package/dist/chunk-Y2G3CY4Q.mjs +0 -51
- package/dist/chunk-YHZKCAK6.mjs +0 -49
- package/dist/chunk-YJXRZ5WX.mjs +0 -78
- package/dist/chunk-YNT5L5UH.js +0 -78
- package/dist/chunk-YRB3F2AG.mjs +0 -81
- package/dist/chunk-YRRALMO4.mjs +0 -36
- package/dist/chunk-YUFVOYYX.mjs +0 -57
- package/dist/chunk-YV3HYBCX.js +0 -45
- package/dist/chunk-YVASGALV.js +0 -81
- package/dist/chunk-YWFUY5A4.js +0 -30
- package/dist/chunk-YYSJWYK3.js +0 -21
- package/dist/chunk-YZNZHRY3.mjs +0 -81
- package/dist/chunk-Z46HCVNZ.js +0 -151
- package/dist/chunk-Z5HPFZ65.mjs +0 -35
- package/dist/chunk-ZADIRLZW.mjs +0 -56
- package/dist/chunk-ZAU43ZDI.mjs +0 -74
- package/dist/chunk-ZBU5LSC3.mjs +0 -45
- package/dist/chunk-ZDV7FI2F.js +0 -45
- package/dist/chunk-ZKVLWCGR.mjs +0 -63
- package/dist/chunk-ZN3MHVES.mjs +0 -57
- package/dist/chunk-ZPQ6LVKQ.mjs +0 -20
- package/dist/chunk-ZQA42PYM.mjs +0 -67
- package/dist/chunk-ZQYJPU4U.mjs +0 -76
- package/dist/chunk-ZSBGAX6X.js +0 -2022
- package/dist/chunk-ZT2QP4MD.mjs +0 -25
- package/dist/chunk-ZTUCFJLM.mjs +0 -33
- package/dist/chunk-ZWLHVT5O.js +0 -41
- package/dist/chunk-ZXWWD74E.mjs +0 -45
- package/dist/color-BT6BF8oV.d.mts +0 -61
- package/dist/color-BmTZnKiW.d.mts +0 -61
- package/dist/color-WFinq_Y4.d.ts +0 -61
- package/dist/color-lBH29suB.d.ts +0 -61
- package/dist/commerce-BqVjXEhQ.d.mts +0 -40
- package/dist/commerce-Ch71_dd2.d.ts +0 -40
- package/dist/commerce-IGFkOXjQ.d.mts +0 -40
- package/dist/commerce-mdOpchjx.d.ts +0 -40
- package/dist/common-CbuXAeQ-.d.mts +0 -11
- package/dist/common-IR_KozaJ.d.mts +0 -11
- package/dist/common-Kp8LaAzK.d.ts +0 -11
- package/dist/common-t-ZQebCq.d.ts +0 -11
- package/dist/company---O1IwYo.d.ts +0 -35
- package/dist/company-C3EU1J7k.d.ts +0 -35
- package/dist/company-D7Cc_hsx.d.mts +0 -35
- package/dist/company-cR_0hm6U.d.mts +0 -35
- package/dist/config-BTjogu5M.d.ts +0 -7
- package/dist/config-C1N2Brw-.d.mts +0 -7
- package/dist/config.d.mts +0 -2
- package/dist/config.mjs +0 -19
- package/dist/config_scheme.d.mts +0 -32
- package/dist/config_scheme.mjs +0 -17
- package/dist/create_config.d.mts +0 -58
- package/dist/create_config.mjs +0 -18
- package/dist/create_config.test.d.mts +0 -2
- package/dist/create_config.test.js +0 -63
- package/dist/create_config.test.mjs +0 -63
- package/dist/create_generator_fn.d.mts +0 -12
- package/dist/create_generator_fn.mjs +0 -20
- package/dist/create_generator_fn.test.d.mts +0 -2
- package/dist/create_generator_fn.test.js +0 -200
- package/dist/create_generator_fn.test.mjs +0 -200
- package/dist/database-B8Wr1oXH.d.mts +0 -23
- package/dist/database-DV9wgnca.d.ts +0 -23
- package/dist/database-Dnsy3cQb.d.ts +0 -23
- package/dist/database-UzO1Lwec.d.mts +0 -23
- package/dist/datatype-C92TZLxo.d.ts +0 -13
- package/dist/datatype-CAu_sc1g.d.ts +0 -13
- package/dist/datatype-DZjmP0fA.d.mts +0 -13
- package/dist/datatype-gjFHrdMj.d.mts +0 -13
- package/dist/datetime-BDgsnqq_.d.mts +0 -78
- package/dist/datetime-BkidbR1O.d.ts +0 -78
- package/dist/datetime-CSUpnUXU.d.ts +0 -78
- package/dist/datetime-dnPA_lnt.d.mts +0 -78
- package/dist/finance-BZEmlfNQ.d.mts +0 -90
- package/dist/finance-Cn3DFbX4.d.ts +0 -90
- package/dist/finance-CstKW1nH.d.mts +0 -90
- package/dist/finance-gj0fiEmf.d.ts +0 -90
- package/dist/food-CInj1GX2.d.ts +0 -35
- package/dist/food-CfxZX81O.d.mts +0 -35
- package/dist/food-Dk3-40CY.d.mts +0 -35
- package/dist/food-tr11e_Qp.d.ts +0 -35
- package/dist/generator_fn-CJDbnCZl.d.mts +0 -7
- package/dist/generator_fn-D-npAfnC.d.ts +0 -7
- package/dist/generator_fn.d.mts +0 -2
- package/dist/generator_fn.mjs +0 -21
- package/dist/git-BHL1ppL4.d.ts +0 -31
- package/dist/git-DoCI9ZYT.d.ts +0 -31
- package/dist/git-Feo1ntKa.d.mts +0 -31
- package/dist/git-w0nznSjX.d.mts +0 -31
- package/dist/hacker-DL7pR6JO.d.ts +0 -26
- package/dist/hacker-FcQXZGtz.d.mts +0 -26
- package/dist/hacker-X3zBTMoE.d.ts +0 -26
- package/dist/hacker-mGVIO_wL.d.mts +0 -26
- package/dist/image-B5OPCNhD.d.mts +0 -56
- package/dist/image-BeZbZlyo.d.ts +0 -56
- package/dist/image-IyGCgqNf.d.ts +0 -56
- package/dist/image-govZ7HjA.d.mts +0 -56
- package/dist/index.d.mts +0 -5
- package/dist/index.mjs +0 -43
- package/dist/internet-BWBjFZ1E.d.mts +0 -101
- package/dist/internet-BukCBMX-.d.ts +0 -106
- package/dist/internet-C2ElurWb.d.mts +0 -106
- package/dist/internet-CH_7YDHs.d.mts +0 -106
- package/dist/internet-CJEETk0v.d.mts +0 -101
- package/dist/internet-DLYaMWtd.d.ts +0 -106
- package/dist/internet-WmWuV39U.d.ts +0 -101
- package/dist/internet-jHHnqVJG.d.ts +0 -101
- package/dist/location-BIZ-KsaI.d.ts +0 -80
- package/dist/location-CTA_Bq7w.d.mts +0 -80
- package/dist/location-CsVekxIU.d.ts +0 -80
- package/dist/location-WU_nRdjx.d.mts +0 -80
- package/dist/lorem-BE4n3dVs.d.mts +0 -62
- package/dist/lorem-Btv0fltY.d.ts +0 -62
- package/dist/lorem-OlHaVntu.d.mts +0 -62
- package/dist/lorem-yMyLb-d-.d.ts +0 -62
- package/dist/magic-string.es-2DLPM6Q3.js +0 -1299
- package/dist/magic-string.es-NHTKQXSF.mjs +0 -1299
- package/dist/magic-string.es-PQN52XPX.js +0 -1288
- package/dist/magic-string.es-X3ME2TR2.mjs +0 -1288
- package/dist/music-CQ3lnDvg.d.mts +0 -20
- package/dist/music-D3zj5REe.d.ts +0 -20
- package/dist/music-P8XZ4JSO.d.ts +0 -20
- package/dist/music-vcWm9dzu.d.mts +0 -20
- package/dist/number-BfwwKvTJ.d.mts +0 -48
- package/dist/number-Bj9ydAOH.d.ts +0 -47
- package/dist/number-D5QmTRsK.d.ts +0 -48
- package/dist/number-D9Wn_qjS.d.mts +0 -47
- package/dist/number-DomDs-l5.d.mts +0 -47
- package/dist/number-DvzbKHZR.d.ts +0 -47
- package/dist/person-DXne2mKX.d.ts +0 -58
- package/dist/person-LLleVozS.d.ts +0 -58
- package/dist/person-OKRyYmeX.d.mts +0 -58
- package/dist/person-Si_vy67g.d.mts +0 -58
- package/dist/phone-Bc8UXPF3.d.ts +0 -16
- package/dist/phone-Cbxvm_Qv.d.ts +0 -16
- package/dist/phone-QbHXAqVF.d.mts +0 -16
- package/dist/phone-g4FDs50M.d.mts +0 -16
- package/dist/science-BX8WhoEY.d.ts +0 -15
- package/dist/science-BfA9sVXz.d.mts +0 -15
- package/dist/science-BgXAZ3YR.d.ts +0 -15
- package/dist/science-CSN41yUZ.d.mts +0 -15
- package/dist/string-9w976kVk.d.mts +0 -87
- package/dist/string-Cm9TczI6.d.ts +0 -87
- package/dist/string-DGScZrrP.d.mts +0 -87
- package/dist/string-Do4vhsl0.d.ts +0 -87
- package/dist/system-BpxbduIr.d.ts +0 -55
- package/dist/system-Cy0e05Cr.d.mts +0 -55
- package/dist/system-DOyHjHxs.d.mts +0 -55
- package/dist/system-DipW6DYb.d.ts +0 -55
- package/dist/system-EuG0S2Xy.d.mts +0 -55
- package/dist/system-ZV2S9Qw2.d.ts +0 -55
- package/dist/test.d.mts +0 -2
- package/dist/test.d.ts +0 -2
- package/dist/test.js +0 -15
- package/dist/test.mjs +0 -15
- package/dist/type-C8Ny1fB6.d.mts +0 -33
- package/dist/type-C8Ny1fB6.d.ts +0 -33
- package/dist/type.d.mts +0 -93
- package/dist/type.mjs +0 -1
- package/dist/utils/airline.d.mts +0 -3
- package/dist/utils/airline.mjs +0 -14
- package/dist/utils/animal.d.mts +0 -2
- package/dist/utils/animal.mjs +0 -38
- package/dist/utils/color.d.mts +0 -3
- package/dist/utils/color.mjs +0 -30
- package/dist/utils/commerce.d.mts +0 -2
- package/dist/utils/commerce.mjs +0 -24
- package/dist/utils/common.d.mts +0 -2
- package/dist/utils/common.mjs +0 -9
- package/dist/utils/company.d.mts +0 -2
- package/dist/utils/company.mjs +0 -26
- package/dist/utils/database.d.mts +0 -2
- package/dist/utils/database.mjs +0 -18
- package/dist/utils/datatype.d.mts +0 -2
- package/dist/utils/datatype.mjs +0 -10
- package/dist/utils/datetime.d.mts +0 -2
- package/dist/utils/datetime.mjs +0 -30
- package/dist/utils/finance.d.mts +0 -3
- package/dist/utils/finance.mjs +0 -46
- package/dist/utils/food.d.mts +0 -2
- package/dist/utils/food.mjs +0 -26
- package/dist/utils/git.d.mts +0 -2
- package/dist/utils/git.mjs +0 -18
- package/dist/utils/hacker.d.mts +0 -2
- package/dist/utils/hacker.mjs +0 -20
- package/dist/utils/image.d.mts +0 -2
- package/dist/utils/image.mjs +0 -24
- package/dist/utils/index.d.mts +0 -28
- package/dist/utils/index.mjs +0 -109
- package/dist/utils/internet.d.mts +0 -3
- package/dist/utils/internet.mjs +0 -48
- package/dist/utils/location.d.mts +0 -2
- package/dist/utils/location.mjs +0 -40
- package/dist/utils/lorem.d.mts +0 -2
- package/dist/utils/lorem.mjs +0 -26
- package/dist/utils/music.d.mts +0 -2
- package/dist/utils/music.mjs +0 -16
- package/dist/utils/number.d.mts +0 -2
- package/dist/utils/number.mjs +0 -20
- package/dist/utils/person.d.mts +0 -3
- package/dist/utils/person.mjs +0 -38
- package/dist/utils/phone.d.mts +0 -2
- package/dist/utils/phone.mjs +0 -12
- package/dist/utils/science.d.mts +0 -3
- package/dist/utils/science.mjs +0 -12
- package/dist/utils/string.d.mts +0 -2
- package/dist/utils/string.mjs +0 -28
- package/dist/utils/system.d.mts +0 -2
- package/dist/utils/system.mjs +0 -32
- package/dist/utils/utils.d.mts +0 -2
- package/dist/utils/utils.mjs +0 -9
- package/dist/utils/vehicle.d.mts +0 -2
- package/dist/utils/vehicle.mjs +0 -26
- package/dist/utils/word.d.mts +0 -75
- package/dist/utils/word.mjs +0 -29
- package/dist/utils-BImnOpvp.d.ts +0 -10
- package/dist/utils-BiDlGzTl.d.mts +0 -10
- package/dist/utils-DinJc3Cq.d.ts +0 -10
- package/dist/utils-zJKwaMUY.d.mts +0 -10
- package/dist/vehicle-D4yBDYMc.d.mts +0 -35
- package/dist/vehicle-DmBDda98.d.mts +0 -35
- package/dist/vehicle-Ufz4AoXu.d.ts +0 -35
- package/dist/vehicle-rnBz1Za2.d.ts +0 -35
- package/src/config.ts +0 -8
- package/src/config_scheme.ts +0 -41
- package/src/create_config.test.ts +0 -71
- package/src/create_config.ts +0 -170
- package/src/create_generator_fn.test.ts +0 -229
- package/src/create_generator_fn.ts +0 -343
- package/src/generator_fn.ts +0 -9
- package/src/index.ts +0 -5
- package/src/type.ts +0 -167
- package/src/utils/airline.ts +0 -11
- package/src/utils/animal.ts +0 -47
- package/src/utils/color.ts +0 -41
- package/src/utils/commerce.ts +0 -32
- package/src/utils/common.ts +0 -4
- package/src/utils/company.ts +0 -33
- package/src/utils/database.ts +0 -19
- package/src/utils/datatype.ts +0 -5
- package/src/utils/datetime.ts +0 -35
- package/src/utils/finance.ts +0 -65
- package/src/utils/food.ts +0 -29
- package/src/utils/git.ts +0 -17
- package/src/utils/hacker.ts +0 -20
- package/src/utils/image.ts +0 -26
- package/src/utils/index.ts +0 -27
- package/src/utils/internet.ts +0 -62
- package/src/utils/location.ts +0 -58
- package/src/utils/lorem.ts +0 -29
- package/src/utils/music.ts +0 -14
- package/src/utils/number.ts +0 -20
- package/src/utils/person.ts +0 -47
- package/src/utils/phone.ts +0 -8
- package/src/utils/science.ts +0 -8
- package/src/utils/string.ts +0 -32
- package/src/utils/system.ts +0 -40
- package/src/utils/utils.ts +0 -8
- package/src/utils/vehicle.ts +0 -29
- package/src/utils/word.ts +0 -29
- package/tsconfig.json +0 -17
- package/tsup.config.ts +0 -8
package/src/type.ts
DELETED
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
export type ValueConfig<T> = {
|
|
2
|
-
type: "value";
|
|
3
|
-
generateFn: () => T;
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
export type SelectionConfig<T> = {
|
|
7
|
-
type: "select";
|
|
8
|
-
items: T[];
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export type BoundedSeriesConfig = {
|
|
12
|
-
type: "bounded_series";
|
|
13
|
-
upperLimit: number;
|
|
14
|
-
lowerLimit: number;
|
|
15
|
-
createInitValue: () => number;
|
|
16
|
-
count: number;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export type ArrayConfig<T> = {
|
|
20
|
-
type: "arr";
|
|
21
|
-
item: T;
|
|
22
|
-
len: number;
|
|
23
|
-
next?: (prev: Result<T>, current: Result<T>) => Result<T>;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export type ObjectConfig<T> = {
|
|
27
|
-
type: "obj";
|
|
28
|
-
content: T;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export type ObjectConfigWithFn<T, R> = {
|
|
32
|
-
type: "obj";
|
|
33
|
-
content: T;
|
|
34
|
-
transformer: (v: { [K in keyof T]: Result<T[K]> }) => R;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export type TupleItems<A, B, C, D, E, F, G, H, I, J> = J extends undefined
|
|
38
|
-
? I extends undefined
|
|
39
|
-
? H extends undefined
|
|
40
|
-
? G extends undefined
|
|
41
|
-
? F extends undefined
|
|
42
|
-
? E extends undefined
|
|
43
|
-
? D extends undefined
|
|
44
|
-
? C extends undefined
|
|
45
|
-
? B extends undefined
|
|
46
|
-
? [A]
|
|
47
|
-
: [A, B]
|
|
48
|
-
: [A, B, C]
|
|
49
|
-
: [A, B, C, D]
|
|
50
|
-
: [A, B, C, D, E]
|
|
51
|
-
: [A, B, C, D, E, F]
|
|
52
|
-
: [A, B, C, D, E, F, G]
|
|
53
|
-
: [A, B, C, D, E, F, G, H]
|
|
54
|
-
: [A, B, C, D, E, F, G, H, I]
|
|
55
|
-
: [A, B, C, D, E, F, G, H, I, J];
|
|
56
|
-
|
|
57
|
-
export type TupleConfig<
|
|
58
|
-
A,
|
|
59
|
-
B = undefined,
|
|
60
|
-
C = undefined,
|
|
61
|
-
D = undefined,
|
|
62
|
-
E = undefined,
|
|
63
|
-
F = undefined,
|
|
64
|
-
G = undefined,
|
|
65
|
-
H = undefined,
|
|
66
|
-
I = undefined,
|
|
67
|
-
J = undefined,
|
|
68
|
-
> = {
|
|
69
|
-
type: "tuple";
|
|
70
|
-
configItems: TupleItems<A, B, C, D, E, F, G, H, I, J>;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
export type Result<T> = T extends ValueConfig<infer U>
|
|
74
|
-
? U
|
|
75
|
-
: T extends SelectionConfig<infer S>
|
|
76
|
-
? S
|
|
77
|
-
: T extends BoundedSeriesConfig
|
|
78
|
-
? number[]
|
|
79
|
-
: T extends ArrayConfig<infer W>
|
|
80
|
-
? Array<Result<W>>
|
|
81
|
-
: T extends ObjectConfigWithFn<infer _, infer R>
|
|
82
|
-
? R
|
|
83
|
-
: T extends ObjectConfig<infer O>
|
|
84
|
-
? { [K in keyof O]: Result<O[K]> }
|
|
85
|
-
: T extends TupleConfig<
|
|
86
|
-
infer A,
|
|
87
|
-
infer B,
|
|
88
|
-
infer C,
|
|
89
|
-
infer D,
|
|
90
|
-
infer E,
|
|
91
|
-
infer F,
|
|
92
|
-
infer G,
|
|
93
|
-
infer H,
|
|
94
|
-
infer I,
|
|
95
|
-
infer J
|
|
96
|
-
>
|
|
97
|
-
? J extends undefined
|
|
98
|
-
? I extends undefined
|
|
99
|
-
? H extends undefined
|
|
100
|
-
? G extends undefined
|
|
101
|
-
? F extends undefined
|
|
102
|
-
? E extends undefined
|
|
103
|
-
? D extends undefined
|
|
104
|
-
? C extends undefined
|
|
105
|
-
? B extends undefined
|
|
106
|
-
? [Result<A>]
|
|
107
|
-
: [Result<A>, Result<B>]
|
|
108
|
-
: [Result<A>, Result<B>, Result<C>]
|
|
109
|
-
: [Result<A>, Result<B>, Result<C>, Result<D>]
|
|
110
|
-
: [
|
|
111
|
-
Result<A>,
|
|
112
|
-
Result<B>,
|
|
113
|
-
Result<C>,
|
|
114
|
-
Result<D>,
|
|
115
|
-
Result<E>,
|
|
116
|
-
]
|
|
117
|
-
: [
|
|
118
|
-
Result<A>,
|
|
119
|
-
Result<B>,
|
|
120
|
-
Result<C>,
|
|
121
|
-
Result<D>,
|
|
122
|
-
Result<E>,
|
|
123
|
-
Result<F>,
|
|
124
|
-
]
|
|
125
|
-
: [
|
|
126
|
-
Result<A>,
|
|
127
|
-
Result<B>,
|
|
128
|
-
Result<C>,
|
|
129
|
-
Result<D>,
|
|
130
|
-
Result<E>,
|
|
131
|
-
Result<F>,
|
|
132
|
-
Result<G>,
|
|
133
|
-
]
|
|
134
|
-
: [
|
|
135
|
-
Result<A>,
|
|
136
|
-
Result<B>,
|
|
137
|
-
Result<C>,
|
|
138
|
-
Result<D>,
|
|
139
|
-
Result<E>,
|
|
140
|
-
Result<F>,
|
|
141
|
-
Result<G>,
|
|
142
|
-
Result<H>,
|
|
143
|
-
]
|
|
144
|
-
: [
|
|
145
|
-
Result<A>,
|
|
146
|
-
Result<B>,
|
|
147
|
-
Result<C>,
|
|
148
|
-
Result<D>,
|
|
149
|
-
Result<E>,
|
|
150
|
-
Result<F>,
|
|
151
|
-
Result<G>,
|
|
152
|
-
Result<H>,
|
|
153
|
-
Result<I>,
|
|
154
|
-
]
|
|
155
|
-
: [
|
|
156
|
-
Result<A>,
|
|
157
|
-
Result<B>,
|
|
158
|
-
Result<C>,
|
|
159
|
-
Result<D>,
|
|
160
|
-
Result<E>,
|
|
161
|
-
Result<F>,
|
|
162
|
-
Result<G>,
|
|
163
|
-
Result<H>,
|
|
164
|
-
Result<I>,
|
|
165
|
-
Result<J>,
|
|
166
|
-
]
|
|
167
|
-
: never;
|
package/src/utils/airline.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Airline [aircraftType](https://fakerjs.dev/api/airline.html#aircraftType) */
|
|
5
|
-
export const aircraftType = makeValueConfigFn(faker.airline.aircraftType);
|
|
6
|
-
|
|
7
|
-
/** Airline [flightNumber](https://fakerjs.dev/api/airline.html#flightNumber) */
|
|
8
|
-
export const flightNumber = makeValueConfigFn(faker.airline.flightNumber);
|
|
9
|
-
|
|
10
|
-
/** Airline [seat](https://fakerjs.dev/api/airline.html#seat) */
|
|
11
|
-
export const seat = makeValueConfigFn(faker.airline.seat);
|
package/src/utils/animal.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Animal [bear](https://fakerjs.dev/api/animal.html#bear) */
|
|
5
|
-
export const bear = makeValueConfigFn(faker.animal.bear);
|
|
6
|
-
|
|
7
|
-
/** Animal [bird](https://fakerjs.dev/api/animal.html#bird) */
|
|
8
|
-
export const bird = makeValueConfigFn(faker.animal.bird);
|
|
9
|
-
|
|
10
|
-
/** Animal [cat](https://fakerjs.dev/api/animal.html#cat) */
|
|
11
|
-
export const cat = makeValueConfigFn(faker.animal.cat);
|
|
12
|
-
|
|
13
|
-
/** Animal [cetacean](https://fakerjs.dev/api/animal.html#cetacean) */
|
|
14
|
-
export const cetacean = makeValueConfigFn(faker.animal.cetacean);
|
|
15
|
-
|
|
16
|
-
/** Animal [cow](https://fakerjs.dev/api/animal.html#cow) */
|
|
17
|
-
export const cow = makeValueConfigFn(faker.animal.cow);
|
|
18
|
-
|
|
19
|
-
/** Animal [crocodilia](https://fakerjs.dev/api/animal.html#crocodilia) */
|
|
20
|
-
export const crocodilia = makeValueConfigFn(faker.animal.crocodilia);
|
|
21
|
-
|
|
22
|
-
/** Animal [dog](https://fakerjs.dev/api/animal.html#dog) */
|
|
23
|
-
export const dog = makeValueConfigFn(faker.animal.dog);
|
|
24
|
-
|
|
25
|
-
/** Animal [fish](https://fakerjs.dev/api/animal.html#fish) */
|
|
26
|
-
export const fish = makeValueConfigFn(faker.animal.fish);
|
|
27
|
-
|
|
28
|
-
/** Animal [horse](https://fakerjs.dev/api/animal.html#horse) */
|
|
29
|
-
export const horse = makeValueConfigFn(faker.animal.horse);
|
|
30
|
-
|
|
31
|
-
/** Animal [insect](https://fakerjs.dev/api/animal.html#insect) */
|
|
32
|
-
export const insect = makeValueConfigFn(faker.animal.insect);
|
|
33
|
-
|
|
34
|
-
/** Animal [lion](https://fakerjs.dev/api/animal.html#lion) */
|
|
35
|
-
export const lion = makeValueConfigFn(faker.animal.lion);
|
|
36
|
-
|
|
37
|
-
/** Animal [rabbit](https://fakerjs.dev/api/animal.html#rabbit) */
|
|
38
|
-
export const rabbit = makeValueConfigFn(faker.animal.rabbit);
|
|
39
|
-
|
|
40
|
-
/** Animal [rodent](https://fakerjs.dev/api/animal.html#rodent) */
|
|
41
|
-
export const rodent = makeValueConfigFn(faker.animal.rodent);
|
|
42
|
-
|
|
43
|
-
/** Animal [snake](https://fakerjs.dev/api/animal.html#snake) */
|
|
44
|
-
export const snake = makeValueConfigFn(faker.animal.snake);
|
|
45
|
-
|
|
46
|
-
/** Animal [type](https://fakerjs.dev/api/animal.html#type) */
|
|
47
|
-
export const type = makeValueConfigFn(faker.animal.type);
|
package/src/utils/color.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Color [cmyk](https://fakerjs.dev/api/color.html#cmyk) */
|
|
5
|
-
export const cmyk = makeValueConfigFn(faker.color.cmyk);
|
|
6
|
-
|
|
7
|
-
/** Color [colorByCSSColorSpace](https://fakerjs.dev/api/color.html#colorByCSSColorSpace) */
|
|
8
|
-
export const colorByCSSColorSpace = makeValueConfigFn(
|
|
9
|
-
faker.color.colorByCSSColorSpace,
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
/** Color [cssSupportedFunction](https://fakerjs.dev/api/color.html#cssSupportedFunction) */
|
|
13
|
-
export const cssSupportedFunction = makeValueConfigFn(
|
|
14
|
-
faker.color.cssSupportedFunction,
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
/** Color [cssSupportedSpace](https://fakerjs.dev/api/color.html#cssSupportedSpace) */
|
|
18
|
-
export const cssSupportedSpace = makeValueConfigFn(
|
|
19
|
-
faker.color.cssSupportedSpace,
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
/** Color [hsl](https://fakerjs.dev/api/color.html#hsl) */
|
|
23
|
-
export const hsl = makeValueConfigFn(faker.color.hsl);
|
|
24
|
-
|
|
25
|
-
/** Color [human](https://fakerjs.dev/api/color.html#human) */
|
|
26
|
-
export const human = makeValueConfigFn(faker.color.human);
|
|
27
|
-
|
|
28
|
-
/** Color [hwb](https://fakerjs.dev/api/color.html#hwb) */
|
|
29
|
-
export const hwb = makeValueConfigFn(faker.color.hwb);
|
|
30
|
-
|
|
31
|
-
/** Color [lab](https://fakerjs.dev/api/color.html#lab) */
|
|
32
|
-
export const lab = makeValueConfigFn(faker.color.lab);
|
|
33
|
-
|
|
34
|
-
/** Color [lch](https://fakerjs.dev/api/color.html#lch) */
|
|
35
|
-
export const lch = makeValueConfigFn(faker.color.lch);
|
|
36
|
-
|
|
37
|
-
/** Color [rgb](https://fakerjs.dev/api/color.html#rgb) */
|
|
38
|
-
export const rgb = makeValueConfigFn(faker.color.rgb);
|
|
39
|
-
|
|
40
|
-
/** Color [space](https://fakerjs.dev/api/color.html#space) */
|
|
41
|
-
export const space = makeValueConfigFn(faker.color.space);
|
package/src/utils/commerce.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Commerce [department](https://fakerjs.dev/api/commerce.html#department) */
|
|
5
|
-
export const department = makeValueConfigFn(faker.commerce.department);
|
|
6
|
-
|
|
7
|
-
/** Commerce [isbn](https://fakerjs.dev/api/commerce.html#isbn) */
|
|
8
|
-
export const isbn = makeValueConfigFn(faker.commerce.isbn);
|
|
9
|
-
|
|
10
|
-
/** Commerce [price](https://fakerjs.dev/api/commerce.html#price) */
|
|
11
|
-
export const price = makeValueConfigFn(faker.commerce.price);
|
|
12
|
-
|
|
13
|
-
/** Commerce [product](https://fakerjs.dev/api/commerce.html#product) */
|
|
14
|
-
export const product = makeValueConfigFn(faker.commerce.product);
|
|
15
|
-
|
|
16
|
-
/** Commerce [productAdjective](https://fakerjs.dev/api/commerce.html#productAdjective) */
|
|
17
|
-
export const productAdjective = makeValueConfigFn(
|
|
18
|
-
faker.commerce.productAdjective,
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
/** Commerce [productDescription](https://fakerjs.dev/api/commerce.html#productDescription) */
|
|
22
|
-
export const productDescription = makeValueConfigFn(
|
|
23
|
-
faker.commerce.productDescription,
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
/** Commerce [productMaterial](https://fakerjs.dev/api/commerce.html#productMaterial) */
|
|
27
|
-
export const productMaterial = makeValueConfigFn(
|
|
28
|
-
faker.commerce.productMaterial,
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
/** Commerce [productName](https://fakerjs.dev/api/commerce.html#productName) */
|
|
32
|
-
export const productName = makeValueConfigFn(faker.commerce.productName);
|
package/src/utils/common.ts
DELETED
package/src/utils/company.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Company [buzzAdjective](https://fakerjs.dev/api/company.html#buzzAdjective) */
|
|
5
|
-
export const buzzAdjective = makeValueConfigFn(faker.company.buzzAdjective);
|
|
6
|
-
|
|
7
|
-
/** Company [buzzNoun](https://fakerjs.dev/api/company.html#buzzNoun) */
|
|
8
|
-
export const buzzNoun = makeValueConfigFn(faker.company.buzzNoun);
|
|
9
|
-
|
|
10
|
-
/** Company [buzzPhrase](https://fakerjs.dev/api/company.html#buzzPhrase) */
|
|
11
|
-
export const buzzPhrase = makeValueConfigFn(faker.company.buzzPhrase);
|
|
12
|
-
|
|
13
|
-
/** Company [buzzVerb](https://fakerjs.dev/api/company.html#buzzVerb) */
|
|
14
|
-
export const buzzVerb = makeValueConfigFn(faker.company.buzzVerb);
|
|
15
|
-
|
|
16
|
-
/** Company [catchPhrase](https://fakerjs.dev/api/company.html#catchPhrase) */
|
|
17
|
-
export const catchPhrase = makeValueConfigFn(faker.company.catchPhrase);
|
|
18
|
-
|
|
19
|
-
/** Company [catchPhraseAdjective](https://fakerjs.dev/api/company.html#catchPhraseAdjective) */
|
|
20
|
-
export const catchPhraseAdjective = makeValueConfigFn(
|
|
21
|
-
faker.company.catchPhraseAdjective,
|
|
22
|
-
);
|
|
23
|
-
|
|
24
|
-
/** Company [catchPhraseDescriptor](https://fakerjs.dev/api/company.html#catchPhraseDescriptor) */
|
|
25
|
-
export const catchPhraseDescriptor = makeValueConfigFn(
|
|
26
|
-
faker.company.catchPhraseDescriptor,
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
/** Company [catchPhraseNoun](https://fakerjs.dev/api/company.html#catchPhraseNoun) */
|
|
30
|
-
export const catchPhraseNoun = makeValueConfigFn(faker.company.catchPhraseNoun);
|
|
31
|
-
|
|
32
|
-
/** Company [name](https://fakerjs.dev/api/company.html#name) */
|
|
33
|
-
export const name = makeValueConfigFn(faker.company.name);
|
package/src/utils/database.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Database [collation](https://fakerjs.dev/api/database.html#collation) */
|
|
5
|
-
export const collation = makeValueConfigFn(faker.database.collation);
|
|
6
|
-
|
|
7
|
-
/** Database [column](https://fakerjs.dev/api/database.html#column) */
|
|
8
|
-
export const column = makeValueConfigFn(faker.database.column);
|
|
9
|
-
|
|
10
|
-
/** Database [engine](https://fakerjs.dev/api/database.html#engine) */
|
|
11
|
-
export const engine = makeValueConfigFn(faker.database.engine);
|
|
12
|
-
|
|
13
|
-
/** Database [mongodbObjectId](https://fakerjs.dev/api/database.html#mongodbObjectId) */
|
|
14
|
-
export const mongodbObjectId = makeValueConfigFn(
|
|
15
|
-
faker.database.mongodbObjectId,
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
/** Database [type](https://fakerjs.dev/api/database.html#type) */
|
|
19
|
-
export const type = makeValueConfigFn(faker.database.type);
|
package/src/utils/datatype.ts
DELETED
package/src/utils/datetime.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Datetime [anytime](https://fakerjs.dev/api/date.html#anytime) */
|
|
5
|
-
export const anytime = makeValueConfigFn(faker.date.anytime);
|
|
6
|
-
|
|
7
|
-
/** Datetime [between](https://fakerjs.dev/api/date.html#between) */
|
|
8
|
-
export const between = makeValueConfigFn(faker.date.between);
|
|
9
|
-
|
|
10
|
-
/** Datetime [betweens](https://fakerjs.dev/api/date.html#betweens) */
|
|
11
|
-
export const betweens = makeValueConfigFn(faker.date.betweens);
|
|
12
|
-
|
|
13
|
-
/** Datetime [birthdate](https://fakerjs.dev/api/date.html#birthdate) */
|
|
14
|
-
export const birthdate = makeValueConfigFn(faker.date.birthdate);
|
|
15
|
-
|
|
16
|
-
/** Datetime [future](https://fakerjs.dev/api/date.html#future) */
|
|
17
|
-
export const future = makeValueConfigFn(faker.date.future);
|
|
18
|
-
|
|
19
|
-
/** Datetime [month](https://fakerjs.dev/api/date.html#month) */
|
|
20
|
-
export const month = makeValueConfigFn(faker.date.month);
|
|
21
|
-
|
|
22
|
-
/** Datetime [past](https://fakerjs.dev/api/date.html#past) */
|
|
23
|
-
export const past = makeValueConfigFn(faker.date.past);
|
|
24
|
-
|
|
25
|
-
/** Datetime [recent](https://fakerjs.dev/api/date.html#recent) */
|
|
26
|
-
export const recent = makeValueConfigFn(faker.date.recent);
|
|
27
|
-
|
|
28
|
-
/** Datetime [soon](https://fakerjs.dev/api/date.html#soon) */
|
|
29
|
-
export const soon = makeValueConfigFn(faker.date.soon);
|
|
30
|
-
|
|
31
|
-
/** Datetime [timeZone](https://fakerjs.dev/api/date.html#timeZone) */
|
|
32
|
-
export const timeZone = makeValueConfigFn(faker.date.timeZone);
|
|
33
|
-
|
|
34
|
-
/** Datetime [weekday](https://fakerjs.dev/api/date.html#weekday) */
|
|
35
|
-
export const weekday = makeValueConfigFn(faker.date.weekday);
|
package/src/utils/finance.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Finance [accountName](https://fakerjs.dev/api/finance.html#accountName) */
|
|
5
|
-
export const accountName = makeValueConfigFn(faker.finance.accountName);
|
|
6
|
-
|
|
7
|
-
/** Finance [accountNumber](https://fakerjs.dev/api/finance.html#accountNumber) */
|
|
8
|
-
export const accountNumber = makeValueConfigFn(faker.finance.accountNumber);
|
|
9
|
-
|
|
10
|
-
/** Finance [amount](https://fakerjs.dev/api/finance.html#amount) */
|
|
11
|
-
export const amount = makeValueConfigFn(faker.finance.amount);
|
|
12
|
-
|
|
13
|
-
/** Finance [bic](https://fakerjs.dev/api/finance.html#bic) */
|
|
14
|
-
export const bic = makeValueConfigFn(faker.finance.bic);
|
|
15
|
-
|
|
16
|
-
/** Finance [bitcoinAddress](https://fakerjs.dev/api/finance.html#bitcoinAddress) */
|
|
17
|
-
export const bitcoinAddress = makeValueConfigFn(faker.finance.bitcoinAddress);
|
|
18
|
-
|
|
19
|
-
/** Finance [creditCardCVV](https://fakerjs.dev/api/finance.html#creditCardCVV) */
|
|
20
|
-
export const creditCardCVV = makeValueConfigFn(faker.finance.creditCardCVV);
|
|
21
|
-
|
|
22
|
-
/** Finance [creditCardIssuer](https://fakerjs.dev/api/finance.html#creditCardIssuer) */
|
|
23
|
-
export const creditCardIssuer = makeValueConfigFn(
|
|
24
|
-
faker.finance.creditCardIssuer,
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
/** Finance [creditCardNumber](https://fakerjs.dev/api/finance.html#creditCardNumber) */
|
|
28
|
-
export const creditCardNumber = makeValueConfigFn(
|
|
29
|
-
faker.finance.creditCardNumber,
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
/** Finance [currency](https://fakerjs.dev/api/finance.html#currency) */
|
|
33
|
-
export const currency = makeValueConfigFn(faker.finance.currency);
|
|
34
|
-
|
|
35
|
-
/** Finance [currencyCode](https://fakerjs.dev/api/finance.html#currencyCode) */
|
|
36
|
-
export const currencyCode = makeValueConfigFn(faker.finance.currencyCode);
|
|
37
|
-
|
|
38
|
-
/** Finance [currencySymbol](https://fakerjs.dev/api/finance.html#currencySymbol) */
|
|
39
|
-
export const currencySymbol = makeValueConfigFn(faker.finance.currencySymbol);
|
|
40
|
-
|
|
41
|
-
/** Finance [ethereumAddress](https://fakerjs.dev/api/finance.html#ethereumAddress) */
|
|
42
|
-
export const ethereumAddress = makeValueConfigFn(faker.finance.ethereumAddress);
|
|
43
|
-
|
|
44
|
-
/** Finance [iban](https://fakerjs.dev/api/finance.html#iban) */
|
|
45
|
-
export const iban = makeValueConfigFn(faker.finance.iban);
|
|
46
|
-
|
|
47
|
-
/** Finance [litecoinAddress](https://fakerjs.dev/api/finance.html#litecoinAddress) */
|
|
48
|
-
export const litecoinAddress = makeValueConfigFn(faker.finance.litecoinAddress);
|
|
49
|
-
|
|
50
|
-
/** Finance [maskedNumber](https://fakerjs.dev/api/finance.html#maskedNumber) */
|
|
51
|
-
export const maskedNumber = makeValueConfigFn(faker.finance.maskedNumber);
|
|
52
|
-
|
|
53
|
-
/** Finance [pin](https://fakerjs.dev/api/finance.html#pin) */
|
|
54
|
-
export const pin = makeValueConfigFn(faker.finance.pin);
|
|
55
|
-
|
|
56
|
-
/** Finance [routingNumber](https://fakerjs.dev/api/finance.html#routingNumber) */
|
|
57
|
-
export const routingNumber = makeValueConfigFn(faker.finance.routingNumber);
|
|
58
|
-
|
|
59
|
-
/** Finance [transactionDescription](https://fakerjs.dev/api/finance.html#transactionDescription) */
|
|
60
|
-
export const transactionDescription = makeValueConfigFn(
|
|
61
|
-
faker.finance.transactionDescription,
|
|
62
|
-
);
|
|
63
|
-
|
|
64
|
-
/** Finance [transactionType](https://fakerjs.dev/api/finance.html#transactionType) */
|
|
65
|
-
export const transactionType = makeValueConfigFn(faker.finance.transactionType);
|
package/src/utils/food.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Food [adjective](https://fakerjs.dev/api/food.html#adjective) */
|
|
5
|
-
export const adjective = makeValueConfigFn(faker.food.adjective);
|
|
6
|
-
|
|
7
|
-
/** Food [description](https://fakerjs.dev/api/food.html#description) */
|
|
8
|
-
export const description = makeValueConfigFn(faker.food.description);
|
|
9
|
-
|
|
10
|
-
/** Food [dish](https://fakerjs.dev/api/food.html#dish) */
|
|
11
|
-
export const dish = makeValueConfigFn(faker.food.dish);
|
|
12
|
-
|
|
13
|
-
/** Food [ethnicCategory](https://fakerjs.dev/api/food.html#ethnicCategory) */
|
|
14
|
-
export const ethnicCategory = makeValueConfigFn(faker.food.ethnicCategory);
|
|
15
|
-
|
|
16
|
-
/** Food [fruit](https://fakerjs.dev/api/food.html#fruit) */
|
|
17
|
-
export const fruit = makeValueConfigFn(faker.food.fruit);
|
|
18
|
-
|
|
19
|
-
/** Food [ingredient](https://fakerjs.dev/api/food.html#ingredient) */
|
|
20
|
-
export const ingredient = makeValueConfigFn(faker.food.ingredient);
|
|
21
|
-
|
|
22
|
-
/** Food [meat](https://fakerjs.dev/api/food.html#meat) */
|
|
23
|
-
export const meat = makeValueConfigFn(faker.food.meat);
|
|
24
|
-
|
|
25
|
-
/** Food [spice](https://fakerjs.dev/api/food.html#spice) */
|
|
26
|
-
export const spice = makeValueConfigFn(faker.food.spice);
|
|
27
|
-
|
|
28
|
-
/** Food [vegetable](https://fakerjs.dev/api/food.html#vegetable) */
|
|
29
|
-
export const vegetable = makeValueConfigFn(faker.food.vegetable);
|
package/src/utils/git.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Git [branch](https://fakerjs.dev/api/git.html#branch) */
|
|
5
|
-
export const branch = makeValueConfigFn(faker.git.branch);
|
|
6
|
-
|
|
7
|
-
/** Git [commitDate](https://fakerjs.dev/api/git.html#commitDate) */
|
|
8
|
-
export const commitDate = makeValueConfigFn(faker.git.commitDate);
|
|
9
|
-
|
|
10
|
-
/** Git [commitEntry](https://fakerjs.dev/api/git.html#commitEntry) */
|
|
11
|
-
export const commitEntry = makeValueConfigFn(faker.git.commitEntry);
|
|
12
|
-
|
|
13
|
-
/** Git [commitMessage](https://fakerjs.dev/api/git.html#commitMessage) */
|
|
14
|
-
export const commitMessage = makeValueConfigFn(faker.git.commitMessage);
|
|
15
|
-
|
|
16
|
-
/** Git [commitSha](https://fakerjs.dev/api/git.html#commitSha) */
|
|
17
|
-
export const commitSha = makeValueConfigFn(faker.git.commitSha);
|
package/src/utils/hacker.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Hacker [abbreviation](https://fakerjs.dev/api/hacker.html#abbreviation) */
|
|
5
|
-
export const abbreviation = makeValueConfigFn(faker.hacker.abbreviation);
|
|
6
|
-
|
|
7
|
-
/** Hacker [adjective](https://fakerjs.dev/api/hacker.html#adjective) */
|
|
8
|
-
export const adjective = makeValueConfigFn(faker.hacker.adjective);
|
|
9
|
-
|
|
10
|
-
/** Hacker [ingverb](https://fakerjs.dev/api/hacker.html#ingverb) */
|
|
11
|
-
export const ingverb = makeValueConfigFn(faker.hacker.ingverb);
|
|
12
|
-
|
|
13
|
-
/** Hacker [noun](https://fakerjs.dev/api/hacker.html#noun) */
|
|
14
|
-
export const noun = makeValueConfigFn(faker.hacker.noun);
|
|
15
|
-
|
|
16
|
-
/** Hacker [phrase](https://fakerjs.dev/api/hacker.html#phrase) */
|
|
17
|
-
export const phrase = makeValueConfigFn(faker.hacker.phrase);
|
|
18
|
-
|
|
19
|
-
/** Hacker [verb](https://fakerjs.dev/api/hacker.html#verb) */
|
|
20
|
-
export const verb = makeValueConfigFn(faker.hacker.verb);
|
package/src/utils/image.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Image [avatar](https://fakerjs.dev/api/image.html#avatar) */
|
|
5
|
-
export const avatar = makeValueConfigFn(faker.image.avatar);
|
|
6
|
-
|
|
7
|
-
/** Image [avatarGitHub](https://fakerjs.dev/api/image.html#avatarGitHub) */
|
|
8
|
-
export const avatarGitHub = makeValueConfigFn(faker.image.avatarGitHub);
|
|
9
|
-
|
|
10
|
-
/** Image [avatarLegacy](https://fakerjs.dev/api/image.html#avatarLegacy) */
|
|
11
|
-
export const avatarLegacy = makeValueConfigFn(faker.image.avatarLegacy);
|
|
12
|
-
|
|
13
|
-
/** Image [dataUri](https://fakerjs.dev/api/image.html#dataUri) */
|
|
14
|
-
export const dataUri = makeValueConfigFn(faker.image.dataUri);
|
|
15
|
-
|
|
16
|
-
/** Image [url](https://fakerjs.dev/api/image.html#url) */
|
|
17
|
-
export const url = makeValueConfigFn(faker.image.url);
|
|
18
|
-
|
|
19
|
-
/** Image [urlLoremFlickr](https://fakerjs.dev/api/image.html#urlLoremFlickr) */
|
|
20
|
-
export const urlLoremFlickr = makeValueConfigFn(faker.image.urlLoremFlickr);
|
|
21
|
-
|
|
22
|
-
/** Image [urlPicsumPhotos](https://fakerjs.dev/api/image.html#urlPicsumPhotos) */
|
|
23
|
-
export const urlPicsumPhotos = makeValueConfigFn(faker.image.urlPicsumPhotos);
|
|
24
|
-
|
|
25
|
-
/** Image [urlPlaceholder](https://fakerjs.dev/api/image.html#urlPlaceholder) */
|
|
26
|
-
export const urlPlaceholder = makeValueConfigFn(faker.image.urlPlaceholder);
|
package/src/utils/index.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export * as Airline from "./airline";
|
|
2
|
-
export * as Animal from "./animal";
|
|
3
|
-
export * as Color from "./color";
|
|
4
|
-
export * as Commerce from "./commerce";
|
|
5
|
-
export * as Common from "./common";
|
|
6
|
-
export * as Company from "./company";
|
|
7
|
-
export * as Database from "./database";
|
|
8
|
-
export * as Datatype from "./datatype";
|
|
9
|
-
export * as DateTime from "./datetime";
|
|
10
|
-
export * as Finance from "./finance";
|
|
11
|
-
export * as Food from "./food";
|
|
12
|
-
export * as Git from "./git";
|
|
13
|
-
export * as Hacker from "./hacker";
|
|
14
|
-
export * as Image from "./image";
|
|
15
|
-
export * as Internet from "./internet";
|
|
16
|
-
export * as Location from "./location";
|
|
17
|
-
export * as Lorem from "./lorem";
|
|
18
|
-
export * as Music from "./music";
|
|
19
|
-
export * as Number from "./number";
|
|
20
|
-
export * as Person from "./person";
|
|
21
|
-
export * as Phone from "./phone";
|
|
22
|
-
export * as Science from "./science";
|
|
23
|
-
export * as String from "./string";
|
|
24
|
-
export * as System from "./system";
|
|
25
|
-
export * as Vehicle from "./vehicle";
|
|
26
|
-
|
|
27
|
-
export * as utils from "./utils";
|
package/src/utils/internet.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { faker } from "@faker-js/faker";
|
|
2
|
-
import { makeValueConfigFn } from "./utils";
|
|
3
|
-
|
|
4
|
-
/** Internet [color](https://fakerjs.dev/api/internet.html#color) */
|
|
5
|
-
export const color = makeValueConfigFn(faker.internet.color);
|
|
6
|
-
|
|
7
|
-
/** Internet [displayName](https://fakerjs.dev/api/internet.html#displayName) */
|
|
8
|
-
export const displayName = makeValueConfigFn(faker.internet.displayName);
|
|
9
|
-
|
|
10
|
-
/** Internet [domainName](https://fakerjs.dev/api/internet.html#domainName) */
|
|
11
|
-
export const domainName = makeValueConfigFn(faker.internet.domainName);
|
|
12
|
-
|
|
13
|
-
/** Internet [domainSuffix](https://fakerjs.dev/api/internet.html#domainSuffix) */
|
|
14
|
-
export const domainSuffix = makeValueConfigFn(faker.internet.domainSuffix);
|
|
15
|
-
|
|
16
|
-
/** Internet [domainWord](https://fakerjs.dev/api/internet.html#domainWord) */
|
|
17
|
-
export const domainWord = makeValueConfigFn(faker.internet.domainWord);
|
|
18
|
-
|
|
19
|
-
/** Internet [email](https://fakerjs.dev/api/internet.html#email) */
|
|
20
|
-
export const email = makeValueConfigFn(faker.internet.email);
|
|
21
|
-
|
|
22
|
-
/** Internet [emoji](https://fakerjs.dev/api/internet.html#emoji) */
|
|
23
|
-
export const emoji = makeValueConfigFn(faker.internet.emoji);
|
|
24
|
-
|
|
25
|
-
/** Internet [exampleEmail](https://fakerjs.dev/api/internet.html#exampleEmail) */
|
|
26
|
-
export const exampleEmail = makeValueConfigFn(faker.internet.exampleEmail);
|
|
27
|
-
|
|
28
|
-
/** Internet [httpMethod](https://fakerjs.dev/api/internet.html#httpMethod) */
|
|
29
|
-
export const httpMethod = makeValueConfigFn(faker.internet.httpMethod);
|
|
30
|
-
|
|
31
|
-
/** Internet [httpStatusCode](https://fakerjs.dev/api/internet.html#httpStatusCode) */
|
|
32
|
-
export const httpStatusCode = makeValueConfigFn(faker.internet.httpStatusCode);
|
|
33
|
-
|
|
34
|
-
/** Internet [ip](https://fakerjs.dev/api/internet.html#ip) */
|
|
35
|
-
export const ip = makeValueConfigFn(faker.internet.ip);
|
|
36
|
-
|
|
37
|
-
/** Internet [ipv4](https://fakerjs.dev/api/internet.html#ipv4) */
|
|
38
|
-
export const ipv4 = makeValueConfigFn(faker.internet.ipv4);
|
|
39
|
-
|
|
40
|
-
/** Internet [ipv6](https://fakerjs.dev/api/internet.html#ipv6) */
|
|
41
|
-
export const ipv6 = makeValueConfigFn(faker.internet.ipv6);
|
|
42
|
-
|
|
43
|
-
/** Internet [mac](https://fakerjs.dev/api/internet.html#mac) */
|
|
44
|
-
export const mac = makeValueConfigFn(faker.internet.mac);
|
|
45
|
-
|
|
46
|
-
/** Internet [password](https://fakerjs.dev/api/internet.html#password) */
|
|
47
|
-
export const password = makeValueConfigFn(faker.internet.password);
|
|
48
|
-
|
|
49
|
-
/** Internet [port](https://fakerjs.dev/api/internet.html#port) */
|
|
50
|
-
export const port = makeValueConfigFn(faker.internet.port);
|
|
51
|
-
|
|
52
|
-
/** Internet [protocol](https://fakerjs.dev/api/internet.html#protocol) */
|
|
53
|
-
export const protocol = makeValueConfigFn(faker.internet.protocol);
|
|
54
|
-
|
|
55
|
-
/** Internet [url](https://fakerjs.dev/api/internet.html#url) */
|
|
56
|
-
export const url = makeValueConfigFn(faker.internet.url);
|
|
57
|
-
|
|
58
|
-
/** Internet [userAgent](https://fakerjs.dev/api/internet.html#userAgent) */
|
|
59
|
-
export const userAgent = makeValueConfigFn(faker.internet.userAgent);
|
|
60
|
-
|
|
61
|
-
/** Internet [userName](https://fakerjs.dev/api/internet.html#userName) */
|
|
62
|
-
export const username = makeValueConfigFn(faker.internet.username);
|