@sorrell/utilities 1.2.9 → 1.2.11

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.
Files changed (90) hide show
  1. package/Distribution/PackageExports.Generated.json +30 -0
  2. package/Distribution/Types/FileSystem/FileSystem.d.cts +16 -0
  3. package/Distribution/Types/FileSystem/FileSystem.d.cts.map +1 -1
  4. package/Distribution/Types/FileSystem/FileSystem.d.mts +16 -0
  5. package/Distribution/Types/FileSystem/FileSystem.d.mts.map +1 -1
  6. package/Distribution/Types/FileSystem/FileSystem.d.ts +16 -0
  7. package/Distribution/Types/FileSystem/FileSystem.d.ts.map +1 -1
  8. package/Distribution/Types/Functional/Functional.d.cts +7 -1
  9. package/Distribution/Types/Functional/Functional.d.cts.map +1 -1
  10. package/Distribution/Types/Functional/Functional.d.mts +7 -1
  11. package/Distribution/Types/Functional/Functional.d.mts.map +1 -1
  12. package/Distribution/Types/Functional/Functional.d.ts +7 -1
  13. package/Distribution/Types/Functional/Functional.d.ts.map +1 -1
  14. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.cts +30 -0
  15. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.cts.map +10 -0
  16. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.mts +30 -0
  17. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.mts.map +10 -0
  18. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.ts +30 -0
  19. package/Distribution/Types/HigherKind/HigherKind.Internal.Types.d.ts.map +1 -0
  20. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.cts +31 -0
  21. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.cts.map +10 -0
  22. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.mts +31 -0
  23. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.mts.map +10 -0
  24. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.ts +31 -0
  25. package/Distribution/Types/HigherKind/HigherKind.Registrar.Types.d.ts.map +1 -0
  26. package/Distribution/Types/HigherKind/HigherKind.Types.d.cts +85 -0
  27. package/Distribution/Types/HigherKind/HigherKind.Types.d.cts.map +10 -0
  28. package/Distribution/Types/HigherKind/HigherKind.Types.d.mts +85 -0
  29. package/Distribution/Types/HigherKind/HigherKind.Types.d.mts.map +10 -0
  30. package/Distribution/Types/HigherKind/HigherKind.Types.d.ts +85 -0
  31. package/Distribution/Types/HigherKind/HigherKind.Types.d.ts.map +1 -0
  32. package/Distribution/Types/HigherKind/index.d.cts +8 -0
  33. package/Distribution/Types/HigherKind/index.d.cts.map +10 -0
  34. package/Distribution/Types/HigherKind/index.d.mts +8 -0
  35. package/Distribution/Types/HigherKind/index.d.mts.map +10 -0
  36. package/Distribution/Types/HigherKind/index.d.ts +8 -0
  37. package/Distribution/Types/HigherKind/index.d.ts.map +1 -0
  38. package/Distribution/Types/Miscellaneous/Utility.Types.d.cts +12 -26
  39. package/Distribution/Types/Miscellaneous/Utility.Types.d.cts.map +1 -1
  40. package/Distribution/Types/Miscellaneous/Utility.Types.d.mts +12 -26
  41. package/Distribution/Types/Miscellaneous/Utility.Types.d.mts.map +1 -1
  42. package/Distribution/Types/Miscellaneous/Utility.Types.d.ts +12 -26
  43. package/Distribution/Types/Miscellaneous/Utility.Types.d.ts.map +1 -1
  44. package/Distribution/Types/TsConfig/TsConfig.Types.d.cts +32 -0
  45. package/Distribution/Types/TsConfig/TsConfig.Types.d.cts.map +10 -0
  46. package/Distribution/Types/TsConfig/TsConfig.Types.d.mts +32 -0
  47. package/Distribution/Types/TsConfig/TsConfig.Types.d.mts.map +10 -0
  48. package/Distribution/Types/TsConfig/TsConfig.Types.d.ts +32 -0
  49. package/Distribution/Types/TsConfig/TsConfig.Types.d.ts.map +1 -0
  50. package/Distribution/Types/TsConfig/index.d.cts +8 -0
  51. package/Distribution/Types/TsConfig/index.d.cts.map +10 -0
  52. package/Distribution/Types/TsConfig/index.d.mts +8 -0
  53. package/Distribution/Types/TsConfig/index.d.mts.map +10 -0
  54. package/Distribution/Types/TsConfig/index.d.ts +8 -0
  55. package/Distribution/Types/TsConfig/index.d.ts.map +1 -0
  56. package/Distribution/Types/index.d.cts +1 -0
  57. package/Distribution/Types/index.d.cts.map +1 -1
  58. package/Distribution/Types/index.d.mts +1 -0
  59. package/Distribution/Types/index.d.mts.map +1 -1
  60. package/Distribution/Types/index.d.ts +1 -0
  61. package/Distribution/Types/index.d.ts.map +1 -1
  62. package/Distribution/async.cjs.map +2 -2
  63. package/Distribution/async.js.map +2 -2
  64. package/Distribution/fs.cjs +94 -4
  65. package/Distribution/fs.cjs.map +3 -3
  66. package/Distribution/fs.js +94 -4
  67. package/Distribution/fs.js.map +3 -3
  68. package/Distribution/functional.cjs +2 -2
  69. package/Distribution/functional.cjs.map +2 -2
  70. package/Distribution/functional.js +2 -2
  71. package/Distribution/functional.js.map +2 -2
  72. package/Distribution/higher-kind.cjs +31 -0
  73. package/Distribution/higher-kind.cjs.map +7 -0
  74. package/Distribution/higher-kind.js +13 -0
  75. package/Distribution/higher-kind.js.map +7 -0
  76. package/Distribution/index.cjs +112 -12
  77. package/Distribution/index.cjs.map +4 -4
  78. package/Distribution/index.js +119 -19
  79. package/Distribution/index.js.map +4 -4
  80. package/Distribution/misc.cjs.map +2 -2
  81. package/Distribution/misc.js.map +2 -2
  82. package/Distribution/string.cjs +70 -0
  83. package/Distribution/string.cjs.map +7 -0
  84. package/Distribution/string.js +47 -0
  85. package/Distribution/string.js.map +7 -0
  86. package/Distribution/tsconfig.cjs +31 -0
  87. package/Distribution/tsconfig.cjs.map +7 -0
  88. package/Distribution/tsconfig.js +13 -0
  89. package/Distribution/tsconfig.js.map +7 -0
  90. package/package.json +45 -7
@@ -0,0 +1,85 @@
1
+ /**
2
+ * @file HigherKind.Types.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ import type * as Registrar from "./HigherKind.Registrar.Types.mjs";
8
+ import type { Keyof } from "./HigherKind.Internal.Types.mjs";
9
+ /**
10
+ * Apply a higher-kind type of one type parameter.
11
+ *
12
+ * @template ParameterOneType - The first type parameter.
13
+ */
14
+ export type OneParam<HigherKindType extends Keyof.OneParam, ParameterOneType> = Registrar.OneParam<ParameterOneType>[HigherKindType];
15
+ /**
16
+ * Apply a higher-kind type of two type parameters.
17
+ *
18
+ * @template ParameterOneType - The first type parameter.
19
+ * @template ParameterTwoType - The second type parameter.
20
+ */
21
+ export type TwoParams<HigherKindType extends Keyof.TwoParams, ParameterOneType, ParameterTwoType> = Registrar.TwoParams<ParameterOneType, ParameterTwoType>[HigherKindType];
22
+ /**
23
+ * Apply a higher-kind type of three type parameters.
24
+ *
25
+ * @template ParameterOneType - The first type parameter.
26
+ * @template ParameterTwoType - The second type parameter.
27
+ * @template ParameterThreeType - The third type parameter.
28
+ */
29
+ export type ThreeParams<HigherKindType extends Keyof.ThreeParams, ParameterOneType, ParameterTwoType, ParameterThreeType> = Registrar.ThreeParams<ParameterOneType, ParameterTwoType, ParameterThreeType>[HigherKindType];
30
+ /**
31
+ * Apply a higher-kind type of four type parameters.
32
+ *
33
+ * @template ParameterOneType - The first type parameter.
34
+ * @template ParameterTwoType - The second type parameter.
35
+ * @template ParameterThreeType - The third type parameter.
36
+ * @template ParameterFourType - The fourth type parameter.
37
+ */
38
+ export type FourParams<HigherKindType extends Keyof.FourParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType> = Registrar.FourParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType>[HigherKindType];
39
+ /**
40
+ * Apply a higher-kind type of five type parameters.
41
+ *
42
+ * @template ParameterOneType - The first type parameter.
43
+ * @template ParameterTwoType - The second type parameter.
44
+ * @template ParameterThreeType - The third type parameter.
45
+ * @template ParameterFourType - The fourth type parameter.
46
+ * @template ParameterFiveType - The fifth type parameter.
47
+ */
48
+ export type FiveParams<HigherKindType extends Keyof.FiveParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType> = Registrar.FiveParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType>[HigherKindType];
49
+ /**
50
+ * Apply a higher-kind type of six type parameters.
51
+ *
52
+ * @template ParameterOneType - The first type parameter.
53
+ * @template ParameterTwoType - The second type parameter.
54
+ * @template ParameterThreeType - The third type parameter.
55
+ * @template ParameterFourType - The fourth type parameter.
56
+ * @template ParameterFiveType - The fifth type parameter.
57
+ * @template ParameterSixType - The sixth type parameter.
58
+ */
59
+ export type SixParams<HigherKindType extends Keyof.SixParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType> = Registrar.SixParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType>[HigherKindType];
60
+ /**
61
+ * Apply a higher-kind type of seven type parameters.
62
+ *
63
+ * @template ParameterOneType - The first type parameter.
64
+ * @template ParameterTwoType - The second type parameter.
65
+ * @template ParameterThreeType - The third type parameter.
66
+ * @template ParameterFourType - The fourth type parameter.
67
+ * @template ParameterFiveType - The fifth type parameter.
68
+ * @template ParameterSixType - The sixth type parameter.
69
+ * @template ParameterSevenType - The seventh type parameter.
70
+ */
71
+ export type SevenParams<HigherKindType extends Keyof.SevenParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType> = Registrar.SevenParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType>[HigherKindType];
72
+ /**
73
+ * Apply a higher-kind type of eight type parameters.
74
+ *
75
+ * @template ParameterOneType - The first type parameter.
76
+ * @template ParameterTwoType - The second type parameter.
77
+ * @template ParameterThreeType - The third type parameter.
78
+ * @template ParameterFourType - The fourth type parameter.
79
+ * @template ParameterFiveType - The fifth type parameter.
80
+ * @template ParameterSixType - The sixth type parameter.
81
+ * @template ParameterSevenType - The seventh type parameter.
82
+ * @template ParameterEightType - The eighth type parameter.
83
+ */
84
+ export type EightParams<HigherKindType extends Keyof.EightParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType, ParameterEightType> = Registrar.EightParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType, ParameterEightType>[HigherKindType];
85
+ //# sourceMappingURL=HigherKind.Types.d.mts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "HigherKind.Types.d.mts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/HigherKind/HigherKind.Types.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;;;GAIG;AACH,MAAM,MAAM,QAAQ,CAChB,cAAc,SAAS,KAAK,CAAC,QAAQ,EACrC,gBAAgB,IAChB,SAAS,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC,cAAc,CAAC,CAAC;AAEzD;;;;;GAKG;AACH,MAAM,MAAM,SAAS,CACjB,cAAc,SAAS,KAAK,CAAC,SAAS,EACtC,gBAAgB,EAChB,gBAAgB,IAEhB,SAAS,CAAC,SAAS,CACf,gBAAgB,EAChB,gBAAgB,CACnB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,CAClB,cAAc,SAAS,KAAK,CAAC,UAAU,EACvC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,IAEjB,SAAS,CAAC,UAAU,CAChB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,CACpB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,CAClB,cAAc,SAAS,KAAK,CAAC,UAAU,EACvC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,IAEjB,SAAS,CAAC,UAAU,CAChB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,CACpB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;GASG;AACH,MAAM,MAAM,SAAS,CACjB,cAAc,SAAS,KAAK,CAAC,SAAS,EACtC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,IAEhB,SAAS,CAAC,SAAS,CACf,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,CACnB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC"
10
+ }
@@ -0,0 +1,85 @@
1
+ /**
2
+ * @file HigherKind.Types.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ import type * as Registrar from "./HigherKind.Registrar.Types.ts";
8
+ import type { Keyof } from "./HigherKind.Internal.Types.ts";
9
+ /**
10
+ * Apply a higher-kind type of one type parameter.
11
+ *
12
+ * @template ParameterOneType - The first type parameter.
13
+ */
14
+ export type OneParam<HigherKindType extends Keyof.OneParam, ParameterOneType> = Registrar.OneParam<ParameterOneType>[HigherKindType];
15
+ /**
16
+ * Apply a higher-kind type of two type parameters.
17
+ *
18
+ * @template ParameterOneType - The first type parameter.
19
+ * @template ParameterTwoType - The second type parameter.
20
+ */
21
+ export type TwoParams<HigherKindType extends Keyof.TwoParams, ParameterOneType, ParameterTwoType> = Registrar.TwoParams<ParameterOneType, ParameterTwoType>[HigherKindType];
22
+ /**
23
+ * Apply a higher-kind type of three type parameters.
24
+ *
25
+ * @template ParameterOneType - The first type parameter.
26
+ * @template ParameterTwoType - The second type parameter.
27
+ * @template ParameterThreeType - The third type parameter.
28
+ */
29
+ export type ThreeParams<HigherKindType extends Keyof.ThreeParams, ParameterOneType, ParameterTwoType, ParameterThreeType> = Registrar.ThreeParams<ParameterOneType, ParameterTwoType, ParameterThreeType>[HigherKindType];
30
+ /**
31
+ * Apply a higher-kind type of four type parameters.
32
+ *
33
+ * @template ParameterOneType - The first type parameter.
34
+ * @template ParameterTwoType - The second type parameter.
35
+ * @template ParameterThreeType - The third type parameter.
36
+ * @template ParameterFourType - The fourth type parameter.
37
+ */
38
+ export type FourParams<HigherKindType extends Keyof.FourParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType> = Registrar.FourParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType>[HigherKindType];
39
+ /**
40
+ * Apply a higher-kind type of five type parameters.
41
+ *
42
+ * @template ParameterOneType - The first type parameter.
43
+ * @template ParameterTwoType - The second type parameter.
44
+ * @template ParameterThreeType - The third type parameter.
45
+ * @template ParameterFourType - The fourth type parameter.
46
+ * @template ParameterFiveType - The fifth type parameter.
47
+ */
48
+ export type FiveParams<HigherKindType extends Keyof.FiveParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType> = Registrar.FiveParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType>[HigherKindType];
49
+ /**
50
+ * Apply a higher-kind type of six type parameters.
51
+ *
52
+ * @template ParameterOneType - The first type parameter.
53
+ * @template ParameterTwoType - The second type parameter.
54
+ * @template ParameterThreeType - The third type parameter.
55
+ * @template ParameterFourType - The fourth type parameter.
56
+ * @template ParameterFiveType - The fifth type parameter.
57
+ * @template ParameterSixType - The sixth type parameter.
58
+ */
59
+ export type SixParams<HigherKindType extends Keyof.SixParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType> = Registrar.SixParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType>[HigherKindType];
60
+ /**
61
+ * Apply a higher-kind type of seven type parameters.
62
+ *
63
+ * @template ParameterOneType - The first type parameter.
64
+ * @template ParameterTwoType - The second type parameter.
65
+ * @template ParameterThreeType - The third type parameter.
66
+ * @template ParameterFourType - The fourth type parameter.
67
+ * @template ParameterFiveType - The fifth type parameter.
68
+ * @template ParameterSixType - The sixth type parameter.
69
+ * @template ParameterSevenType - The seventh type parameter.
70
+ */
71
+ export type SevenParams<HigherKindType extends Keyof.SevenParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType> = Registrar.SevenParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType>[HigherKindType];
72
+ /**
73
+ * Apply a higher-kind type of eight type parameters.
74
+ *
75
+ * @template ParameterOneType - The first type parameter.
76
+ * @template ParameterTwoType - The second type parameter.
77
+ * @template ParameterThreeType - The third type parameter.
78
+ * @template ParameterFourType - The fourth type parameter.
79
+ * @template ParameterFiveType - The fifth type parameter.
80
+ * @template ParameterSixType - The sixth type parameter.
81
+ * @template ParameterSevenType - The seventh type parameter.
82
+ * @template ParameterEightType - The eighth type parameter.
83
+ */
84
+ export type EightParams<HigherKindType extends Keyof.EightParams, ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType, ParameterEightType> = Registrar.EightParams<ParameterOneType, ParameterTwoType, ParameterThreeType, ParameterFourType, ParameterFiveType, ParameterSixType, ParameterSevenType, ParameterEightType>[HigherKindType];
85
+ //# sourceMappingURL=HigherKind.Types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HigherKind.Types.d.ts","sourceRoot":"","sources":["../../../Source/HigherKind/HigherKind.Types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;;;GAIG;AACH,MAAM,MAAM,QAAQ,CAChB,cAAc,SAAS,KAAK,CAAC,QAAQ,EACrC,gBAAgB,IAChB,SAAS,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC,cAAc,CAAC,CAAC;AAEzD;;;;;GAKG;AACH,MAAM,MAAM,SAAS,CACjB,cAAc,SAAS,KAAK,CAAC,SAAS,EACtC,gBAAgB,EAChB,gBAAgB,IAEhB,SAAS,CAAC,SAAS,CACf,gBAAgB,EAChB,gBAAgB,CACnB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,CAClB,cAAc,SAAS,KAAK,CAAC,UAAU,EACvC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,IAEjB,SAAS,CAAC,UAAU,CAChB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,CACpB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,CAClB,cAAc,SAAS,KAAK,CAAC,UAAU,EACvC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,IAEjB,SAAS,CAAC,UAAU,CAChB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,CACpB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;GASG;AACH,MAAM,MAAM,SAAS,CACjB,cAAc,SAAS,KAAK,CAAC,SAAS,EACtC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,IAEhB,SAAS,CAAC,SAAS,CACf,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,CACnB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC;AAEtB;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,WAAW,CACnB,cAAc,SAAS,KAAK,CAAC,WAAW,EACxC,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,IAElB,SAAS,CAAC,WAAW,CACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,CACrB,CAAC,cAAc,CAAC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @file index.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ export * from "./HigherKind.Types.cjs";
8
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "index.d.cts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/HigherKind/index.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,cAAc,uBAAuB,CAAC"
10
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @file index.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ export * from "./HigherKind.Types.mjs";
8
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "index.d.mts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/HigherKind/index.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,cAAc,uBAAuB,CAAC"
10
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @file index.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ export * from "./HigherKind.Types.ts";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../Source/HigherKind/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,uBAAuB,CAAC"}
@@ -5,7 +5,6 @@
5
5
  * @license MIT
6
6
  */
7
7
  import type { NoOptions } from "./Utility.Internal.cjs";
8
- import type TypeScript from "typescript";
9
8
  /**
10
9
  * @deprecated Use {@link TMutable} instead.
11
10
  *
@@ -72,30 +71,6 @@ export type TNullable<Type> = Type | null | undefined;
72
71
  export declare class AbstractMethodCallError extends Error {
73
72
  constructor(ClassName?: string);
74
73
  }
75
- /** The type corresponding to the schema of `tsconfig.json`. */
76
- export interface FTsConfig {
77
- extends?: string | Array<string>;
78
- files?: Array<string>;
79
- include?: Array<string>;
80
- exclude?: Array<string>;
81
- references?: Array<TypeScript.ProjectReference>;
82
- compilerOptions?: FCompilerOptions;
83
- watchOptions?: TypeScript.WatchOptions;
84
- typeAcquisition?: TypeScript.TypeAcquisition;
85
- compileOnSave?: boolean;
86
- }
87
- type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
88
- type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
89
- jsx: JsxEmit;
90
- lib: Array<string>;
91
- module: FModuleKind;
92
- moduleResolution: FModuleResolutionKind;
93
- target: FTarget;
94
- }>;
95
- type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
96
- type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
97
- type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
98
- type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
99
74
  /**
100
75
  * Maps a given {@link RecordLike} type to an identical {@link Record} type, but
101
76
  * the properties are wrapped with {@link NonNullable}.
@@ -105,5 +80,16 @@ type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018"
105
80
  export type TRecordNonNullable<RecordLike> = {
106
81
  [Key in keyof RecordLike]: NonNullable<RecordLike[Key]>;
107
82
  };
108
- export {};
83
+ /**
84
+ * A "safe" intersection of two types, such that if exactly one
85
+ * of the two types is `never`, then this evaluates to the other type.
86
+ * This evaluates to the intersection of the two types iff *both*
87
+ * type parameters.
88
+ *
89
+ * @template LeftType - The first type parameter.
90
+ * @template RightType - The second type parameter.
91
+ */
92
+ export type TSafeIntersection<LeftType, RightType> = [
93
+ LeftType
94
+ ] extends [never] ? [RightType] extends [never] ? never : RightType : [RightType] extends [never] ? LeftType : (LeftType & RightType);
109
95
  //# sourceMappingURL=Utility.Types.d.cts.map
@@ -6,5 +6,5 @@
6
6
  "../../../Source/Miscellaneous/Utility.Types.ts"
7
7
  ],
8
8
  "names": [],
9
- "mappings": "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"
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,IACjC;IACI,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACzE,CAAC;AAEN;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,EAAE,aAAa,SAAS,OAAO,GAAG,IAAI,IACjE,aAAa,SAAS,KAAK,GACrB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,UAAU,CAAC,GAAG,CAAC;CACzD,GACC,aAAa,SAAS,IAAI,GACtB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACnE,GACC,KAAK,CAAC;AAEpB;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,UAAU,CAAC,CAAC;AAE/D;;;;;GAKG;AACH,MAAM,MAAM,MAAM,CACd,UAAU,EACV,OAAO,SAAS,MAAM,UAAU,GAAG,MAAM,UAAU,IACnD,CAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAE,CAAC;AAErC,qEAAqE;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,QAAQ,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,IACrD,WAAW,GACX,SAAS,CAAC;AAEhB;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,IACpB,IAAI,GACJ,IAAI,GACJ,SAAS,CAAC;AAEhB,kFAAkF;AAClF,qBAAa,uBAAwB,SAAQ,KAAK;gBAE3B,SAAS,CAAC,EAAE,MAAM;CAIxC;AAED;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,UAAU,IACrC;KACM,GAAG,IAAI,MAAM,UAAU,GAAI,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CAC5D,CAAC;AAEN;;;;;;;;GAQG;AACH,MAAM,MAAM,iBAAiB,CAAC,QAAQ,EAAE,SAAS,IAC7C;IAAE,QAAQ;CAAE,SAAS,CAAE,KAAK,CAAE,GACxB,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,KAAK,GACL,SAAS,GACb,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,QAAQ,GACR,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC"
10
10
  }
@@ -5,7 +5,6 @@
5
5
  * @license MIT
6
6
  */
7
7
  import type { NoOptions } from "./Utility.Internal.mjs";
8
- import type TypeScript from "typescript";
9
8
  /**
10
9
  * @deprecated Use {@link TMutable} instead.
11
10
  *
@@ -72,30 +71,6 @@ export type TNullable<Type> = Type | null | undefined;
72
71
  export declare class AbstractMethodCallError extends Error {
73
72
  constructor(ClassName?: string);
74
73
  }
75
- /** The type corresponding to the schema of `tsconfig.json`. */
76
- export interface FTsConfig {
77
- extends?: string | Array<string>;
78
- files?: Array<string>;
79
- include?: Array<string>;
80
- exclude?: Array<string>;
81
- references?: Array<TypeScript.ProjectReference>;
82
- compilerOptions?: FCompilerOptions;
83
- watchOptions?: TypeScript.WatchOptions;
84
- typeAcquisition?: TypeScript.TypeAcquisition;
85
- compileOnSave?: boolean;
86
- }
87
- type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
88
- type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
89
- jsx: JsxEmit;
90
- lib: Array<string>;
91
- module: FModuleKind;
92
- moduleResolution: FModuleResolutionKind;
93
- target: FTarget;
94
- }>;
95
- type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
96
- type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
97
- type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
98
- type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
99
74
  /**
100
75
  * Maps a given {@link RecordLike} type to an identical {@link Record} type, but
101
76
  * the properties are wrapped with {@link NonNullable}.
@@ -105,5 +80,16 @@ type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018"
105
80
  export type TRecordNonNullable<RecordLike> = {
106
81
  [Key in keyof RecordLike]: NonNullable<RecordLike[Key]>;
107
82
  };
108
- export {};
83
+ /**
84
+ * A "safe" intersection of two types, such that if exactly one
85
+ * of the two types is `never`, then this evaluates to the other type.
86
+ * This evaluates to the intersection of the two types iff *both*
87
+ * type parameters.
88
+ *
89
+ * @template LeftType - The first type parameter.
90
+ * @template RightType - The second type parameter.
91
+ */
92
+ export type TSafeIntersection<LeftType, RightType> = [
93
+ LeftType
94
+ ] extends [never] ? [RightType] extends [never] ? never : RightType : [RightType] extends [never] ? LeftType : (LeftType & RightType);
109
95
  //# sourceMappingURL=Utility.Types.d.mts.map
@@ -6,5 +6,5 @@
6
6
  "../../../Source/Miscellaneous/Utility.Types.ts"
7
7
  ],
8
8
  "names": [],
9
- "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAEzC;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,IACjC;IACI,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACzE,CAAC;AAEN;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,EAAE,aAAa,SAAS,OAAO,GAAG,IAAI,IACjE,aAAa,SAAS,KAAK,GACrB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,UAAU,CAAC,GAAG,CAAC;CACzD,GACC,aAAa,SAAS,IAAI,GACtB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACnE,GACC,KAAK,CAAC;AAEpB;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,UAAU,CAAC,CAAC;AAE/D;;;;;GAKG;AACH,MAAM,MAAM,MAAM,CACd,UAAU,EACV,OAAO,SAAS,MAAM,UAAU,GAAG,MAAM,UAAU,IACnD,CAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAE,CAAC;AAErC,qEAAqE;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,QAAQ,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,IACrD,WAAW,GACX,SAAS,CAAC;AAEhB;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,IACpB,IAAI,GACJ,IAAI,GACJ,SAAS,CAAC;AAEhB,kFAAkF;AAClF,qBAAa,uBAAwB,SAAQ,KAAK;gBAE3B,SAAS,CAAC,EAAE,MAAM;CAIxC;AAED,+DAA+D;AAC/D,MAAM,WAAW,SAAS;IAEtB,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;IACvC,eAAe,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,KAAK,0BAA0B,GACzB,KAAK,GACL,KAAK,GACL,QAAQ,GACR,kBAAkB,GAClB,QAAQ,CAAC;AAEf,KAAK,gBAAgB,GACjB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,0BAA0B,CAAC,GAC5E,OAAO,CAAC;IACJ,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEP,KAAK,OAAO,GACN,MAAM,GACN,UAAU,GACV,cAAc,GACd,OAAO,GACP,WAAW,GACX,cAAc,CAAC;AAErB,KAAK,WAAW,GACV,MAAM,GACN,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,CAAC;AAEjB,KAAK,qBAAqB,GACpB,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;AAEhB,KAAK,OAAO,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,CAAC;AAEf;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,UAAU,IACrC;KACM,GAAG,IAAI,MAAM,UAAU,GAAI,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CAC5D,CAAC"
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,IACjC;IACI,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACzE,CAAC;AAEN;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,EAAE,aAAa,SAAS,OAAO,GAAG,IAAI,IACjE,aAAa,SAAS,KAAK,GACrB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,UAAU,CAAC,GAAG,CAAC;CACzD,GACC,aAAa,SAAS,IAAI,GACtB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACnE,GACC,KAAK,CAAC;AAEpB;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,UAAU,CAAC,CAAC;AAE/D;;;;;GAKG;AACH,MAAM,MAAM,MAAM,CACd,UAAU,EACV,OAAO,SAAS,MAAM,UAAU,GAAG,MAAM,UAAU,IACnD,CAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAE,CAAC;AAErC,qEAAqE;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,QAAQ,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,IACrD,WAAW,GACX,SAAS,CAAC;AAEhB;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,IACpB,IAAI,GACJ,IAAI,GACJ,SAAS,CAAC;AAEhB,kFAAkF;AAClF,qBAAa,uBAAwB,SAAQ,KAAK;gBAE3B,SAAS,CAAC,EAAE,MAAM;CAIxC;AAED;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,UAAU,IACrC;KACM,GAAG,IAAI,MAAM,UAAU,GAAI,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CAC5D,CAAC;AAEN;;;;;;;;GAQG;AACH,MAAM,MAAM,iBAAiB,CAAC,QAAQ,EAAE,SAAS,IAC7C;IAAE,QAAQ;CAAE,SAAS,CAAE,KAAK,CAAE,GACxB,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,KAAK,GACL,SAAS,GACb,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,QAAQ,GACR,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC"
10
10
  }
@@ -5,7 +5,6 @@
5
5
  * @license MIT
6
6
  */
7
7
  import type { NoOptions } from "./Utility.Internal.ts";
8
- import type TypeScript from "typescript";
9
8
  /**
10
9
  * @deprecated Use {@link TMutable} instead.
11
10
  *
@@ -72,30 +71,6 @@ export type TNullable<Type> = Type | null | undefined;
72
71
  export declare class AbstractMethodCallError extends Error {
73
72
  constructor(ClassName?: string);
74
73
  }
75
- /** The type corresponding to the schema of `tsconfig.json`. */
76
- export interface FTsConfig {
77
- extends?: string | Array<string>;
78
- files?: Array<string>;
79
- include?: Array<string>;
80
- exclude?: Array<string>;
81
- references?: Array<TypeScript.ProjectReference>;
82
- compilerOptions?: FCompilerOptions;
83
- watchOptions?: TypeScript.WatchOptions;
84
- typeAcquisition?: TypeScript.TypeAcquisition;
85
- compileOnSave?: boolean;
86
- }
87
- type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
88
- type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
89
- jsx: JsxEmit;
90
- lib: Array<string>;
91
- module: FModuleKind;
92
- moduleResolution: FModuleResolutionKind;
93
- target: FTarget;
94
- }>;
95
- type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
96
- type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
97
- type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
98
- type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
99
74
  /**
100
75
  * Maps a given {@link RecordLike} type to an identical {@link Record} type, but
101
76
  * the properties are wrapped with {@link NonNullable}.
@@ -105,5 +80,16 @@ type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018"
105
80
  export type TRecordNonNullable<RecordLike> = {
106
81
  [Key in keyof RecordLike]: NonNullable<RecordLike[Key]>;
107
82
  };
108
- export {};
83
+ /**
84
+ * A "safe" intersection of two types, such that if exactly one
85
+ * of the two types is `never`, then this evaluates to the other type.
86
+ * This evaluates to the intersection of the two types iff *both*
87
+ * type parameters.
88
+ *
89
+ * @template LeftType - The first type parameter.
90
+ * @template RightType - The second type parameter.
91
+ */
92
+ export type TSafeIntersection<LeftType, RightType> = [
93
+ LeftType
94
+ ] extends [never] ? [RightType] extends [never] ? never : RightType : [RightType] extends [never] ? LeftType : (LeftType & RightType);
109
95
  //# sourceMappingURL=Utility.Types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Utility.Types.d.ts","sourceRoot":"","sources":["../../../Source/Miscellaneous/Utility.Types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAEzC;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,IACjC;IACI,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACzE,CAAC;AAEN;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,EAAE,aAAa,SAAS,OAAO,GAAG,IAAI,IACjE,aAAa,SAAS,KAAK,GACrB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,UAAU,CAAC,GAAG,CAAC;CACzD,GACC,aAAa,SAAS,IAAI,GACtB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACnE,GACC,KAAK,CAAC;AAEpB;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,UAAU,CAAC,CAAC;AAE/D;;;;;GAKG;AACH,MAAM,MAAM,MAAM,CACd,UAAU,EACV,OAAO,SAAS,MAAM,UAAU,GAAG,MAAM,UAAU,IACnD,CAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAE,CAAC;AAErC,qEAAqE;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,QAAQ,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,IACrD,WAAW,GACX,SAAS,CAAC;AAEhB;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,IACpB,IAAI,GACJ,IAAI,GACJ,SAAS,CAAC;AAEhB,kFAAkF;AAClF,qBAAa,uBAAwB,SAAQ,KAAK;gBAE3B,SAAS,CAAC,EAAE,MAAM;CAIxC;AAED,+DAA+D;AAC/D,MAAM,WAAW,SAAS;IAEtB,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;IACvC,eAAe,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,KAAK,0BAA0B,GACzB,KAAK,GACL,KAAK,GACL,QAAQ,GACR,kBAAkB,GAClB,QAAQ,CAAC;AAEf,KAAK,gBAAgB,GACjB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,0BAA0B,CAAC,GAC5E,OAAO,CAAC;IACJ,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEP,KAAK,OAAO,GACN,MAAM,GACN,UAAU,GACV,cAAc,GACd,OAAO,GACP,WAAW,GACX,cAAc,CAAC;AAErB,KAAK,WAAW,GACV,MAAM,GACN,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,CAAC;AAEjB,KAAK,qBAAqB,GACpB,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;AAEhB,KAAK,OAAO,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,CAAC;AAEf;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,UAAU,IACrC;KACM,GAAG,IAAI,MAAM,UAAU,GAAI,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CAC5D,CAAC"}
1
+ {"version":3,"file":"Utility.Types.d.ts","sourceRoot":"","sources":["../../../Source/Miscellaneous/Utility.Types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,IACjC;IACI,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACzE,CAAC;AAEN;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,CAAC,UAAU,EAAE,aAAa,SAAS,OAAO,GAAG,IAAI,IACjE,aAAa,SAAS,KAAK,GACrB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,UAAU,CAAC,GAAG,CAAC;CACzD,GACC,aAAa,SAAS,IAAI,GACtB;IACE,CAAC,UAAW,GAAG,IAAI,MAAM,UAAU,GAAI,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CACnE,GACC,KAAK,CAAC;AAEpB;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,UAAU,CAAC,CAAC;AAE/D;;;;;GAKG;AACH,MAAM,MAAM,MAAM,CACd,UAAU,EACV,OAAO,SAAS,MAAM,UAAU,GAAG,MAAM,UAAU,IACnD,CAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAE,CAAC;AAErC,qEAAqE;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,QAAQ,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,IACrD,WAAW,GACX,SAAS,CAAC;AAEhB;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,IACpB,IAAI,GACJ,IAAI,GACJ,SAAS,CAAC;AAEhB,kFAAkF;AAClF,qBAAa,uBAAwB,SAAQ,KAAK;gBAE3B,SAAS,CAAC,EAAE,MAAM;CAIxC;AAED;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,UAAU,IACrC;KACM,GAAG,IAAI,MAAM,UAAU,GAAI,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;CAC5D,CAAC;AAEN;;;;;;;;GAQG;AACH,MAAM,MAAM,iBAAiB,CAAC,QAAQ,EAAE,SAAS,IAC7C;IAAE,QAAQ;CAAE,SAAS,CAAE,KAAK,CAAE,GACxB,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,KAAK,GACL,SAAS,GACb,CAAE,SAAS,CAAE,SAAS,CAAE,KAAK,CAAE,GAC3B,QAAQ,GACR,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @file TsConfig.Types.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ import type TypeScript from "typescript";
8
+ export type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
9
+ export type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
10
+ jsx: JsxEmit;
11
+ lib: Array<string>;
12
+ module: FModuleKind;
13
+ moduleResolution: FModuleResolutionKind;
14
+ target: FTarget;
15
+ }>;
16
+ export type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
17
+ export type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
18
+ export type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
19
+ export type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
20
+ /** The type corresponding to the schema of `tsconfig.json`. */
21
+ export interface TsConfigSchema {
22
+ extends?: string | Array<string>;
23
+ files?: Array<string>;
24
+ include?: Array<string>;
25
+ exclude?: Array<string>;
26
+ references?: Array<TypeScript.ProjectReference>;
27
+ compilerOptions?: FCompilerOptions;
28
+ watchOptions?: TypeScript.WatchOptions;
29
+ typeAcquisition?: TypeScript.TypeAcquisition;
30
+ compileOnSave?: boolean;
31
+ }
32
+ //# sourceMappingURL=TsConfig.Types.d.cts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "TsConfig.Types.d.cts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/TsConfig/TsConfig.Types.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAIzC,MAAM,MAAM,0BAA0B,GAChC,KAAK,GACL,KAAK,GACL,QAAQ,GACR,kBAAkB,GAClB,QAAQ,CAAC;AAEf,MAAM,MAAM,gBAAgB,GACxB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,0BAA0B,CAAC,GAC5E,OAAO,CAAC;IACJ,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEP,MAAM,MAAM,OAAO,GACb,MAAM,GACN,UAAU,GACV,cAAc,GACd,OAAO,GACP,WAAW,GACX,cAAc,CAAC;AAErB,MAAM,MAAM,WAAW,GACjB,MAAM,GACN,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAC3B,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;AAEhB,MAAM,MAAM,OAAO,GACb,KAAK,GACL,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,CAAC;AAIf,+DAA+D;AAC/D,MAAM,WAAW,cAAc;IAE3B,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;IACvC,eAAe,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"
10
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @file TsConfig.Types.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ import type TypeScript from "typescript";
8
+ export type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
9
+ export type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
10
+ jsx: JsxEmit;
11
+ lib: Array<string>;
12
+ module: FModuleKind;
13
+ moduleResolution: FModuleResolutionKind;
14
+ target: FTarget;
15
+ }>;
16
+ export type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
17
+ export type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
18
+ export type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
19
+ export type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
20
+ /** The type corresponding to the schema of `tsconfig.json`. */
21
+ export interface TsConfigSchema {
22
+ extends?: string | Array<string>;
23
+ files?: Array<string>;
24
+ include?: Array<string>;
25
+ exclude?: Array<string>;
26
+ references?: Array<TypeScript.ProjectReference>;
27
+ compilerOptions?: FCompilerOptions;
28
+ watchOptions?: TypeScript.WatchOptions;
29
+ typeAcquisition?: TypeScript.TypeAcquisition;
30
+ compileOnSave?: boolean;
31
+ }
32
+ //# sourceMappingURL=TsConfig.Types.d.mts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "TsConfig.Types.d.mts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/TsConfig/TsConfig.Types.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAIzC,MAAM,MAAM,0BAA0B,GAChC,KAAK,GACL,KAAK,GACL,QAAQ,GACR,kBAAkB,GAClB,QAAQ,CAAC;AAEf,MAAM,MAAM,gBAAgB,GACxB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,0BAA0B,CAAC,GAC5E,OAAO,CAAC;IACJ,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEP,MAAM,MAAM,OAAO,GACb,MAAM,GACN,UAAU,GACV,cAAc,GACd,OAAO,GACP,WAAW,GACX,cAAc,CAAC;AAErB,MAAM,MAAM,WAAW,GACjB,MAAM,GACN,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAC3B,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;AAEhB,MAAM,MAAM,OAAO,GACb,KAAK,GACL,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,CAAC;AAIf,+DAA+D;AAC/D,MAAM,WAAW,cAAc;IAE3B,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;IACvC,eAAe,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"
10
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @file TsConfig.Types.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ import type TypeScript from "typescript";
8
+ export type FOverriddenCompilerOptions = "jsx" | "lib" | "module" | "moduleResolution" | "target";
9
+ export type FCompilerOptions = Omit<TypeScript.server.protocol.CompilerOptions, FOverriddenCompilerOptions> & Partial<{
10
+ jsx: JsxEmit;
11
+ lib: Array<string>;
12
+ module: FModuleKind;
13
+ moduleResolution: FModuleResolutionKind;
14
+ target: FTarget;
15
+ }>;
16
+ export type JsxEmit = "none" | "preserve" | "react-native" | "react" | "react-jsx" | "react-jsxdev";
17
+ export type FModuleKind = "none" | "commonjs" | "amd" | "umd" | "system" | "es6" | "es2015" | "es2020" | "es2022" | "esnext" | "node16" | "node18" | "node20" | "nodenext" | "preserve";
18
+ export type FModuleResolutionKind = "classic" | "node" | "node" | "node10" | "node16" | "nodenext" | "bundler";
19
+ export type FTarget = "es3" | "es5" | "es6" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "es2025" | "esnext" | "json" | "esnext" | "es2025";
20
+ /** The type corresponding to the schema of `tsconfig.json`. */
21
+ export interface TsConfigSchema {
22
+ extends?: string | Array<string>;
23
+ files?: Array<string>;
24
+ include?: Array<string>;
25
+ exclude?: Array<string>;
26
+ references?: Array<TypeScript.ProjectReference>;
27
+ compilerOptions?: FCompilerOptions;
28
+ watchOptions?: TypeScript.WatchOptions;
29
+ typeAcquisition?: TypeScript.TypeAcquisition;
30
+ compileOnSave?: boolean;
31
+ }
32
+ //# sourceMappingURL=TsConfig.Types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TsConfig.Types.d.ts","sourceRoot":"","sources":["../../../Source/TsConfig/TsConfig.Types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAIzC,MAAM,MAAM,0BAA0B,GAChC,KAAK,GACL,KAAK,GACL,QAAQ,GACR,kBAAkB,GAClB,QAAQ,CAAC;AAEf,MAAM,MAAM,gBAAgB,GACxB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,0BAA0B,CAAC,GAC5E,OAAO,CAAC;IACJ,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEP,MAAM,MAAM,OAAO,GACb,MAAM,GACN,UAAU,GACV,cAAc,GACd,OAAO,GACP,WAAW,GACX,cAAc,CAAC;AAErB,MAAM,MAAM,WAAW,GACjB,MAAM,GACN,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAC3B,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;AAEhB,MAAM,MAAM,OAAO,GACb,KAAK,GACL,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,CAAC;AAIf,+DAA+D;AAC/D,MAAM,WAAW,cAAc;IAE3B,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;IACvC,eAAe,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @file index.ts
3
+ * @author Gage Sorrell <gage@sorrell.sh>
4
+ * @copyright (c) 2026 Gage Sorrell
5
+ * @license MIT
6
+ */
7
+ export * from "./TsConfig.Types.cjs";
8
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "file": "index.d.cts",
4
+ "sourceRoot": "",
5
+ "sources": [
6
+ "../../../Source/TsConfig/index.ts"
7
+ ],
8
+ "names": [],
9
+ "mappings": "AAAA;;;;;GAKG;AAEH,cAAc,qBAAqB,CAAC"
10
+ }