querier-ts 2.3.0 → 2.4.0

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 (169) hide show
  1. package/CHANGELOG.md +159 -0
  2. package/README.md +78 -0
  3. package/dist/cjs/index.cjs +1 -0
  4. package/{lib/query.d.ts → dist/esm/index.d.ts} +122 -33
  5. package/dist/esm/index.js +1 -0
  6. package/package.json +39 -27
  7. package/lib/core/errors/index.d.ts +0 -2
  8. package/lib/core/errors/index.d.ts.map +0 -1
  9. package/lib/core/errors/index.js +0 -2
  10. package/lib/core/errors/index.js.map +0 -1
  11. package/lib/core/errors/invalid-argument-error.d.ts +0 -4
  12. package/lib/core/errors/invalid-argument-error.d.ts.map +0 -1
  13. package/lib/core/errors/invalid-argument-error.js +0 -7
  14. package/lib/core/errors/invalid-argument-error.js.map +0 -1
  15. package/lib/core/types/attribute-validation-function.d.ts +0 -2
  16. package/lib/core/types/attribute-validation-function.d.ts.map +0 -1
  17. package/lib/core/types/attribute-validation-function.js +0 -2
  18. package/lib/core/types/attribute-validation-function.js.map +0 -1
  19. package/lib/core/types/column-condition.d.ts +0 -7
  20. package/lib/core/types/column-condition.d.ts.map +0 -1
  21. package/lib/core/types/column-condition.js +0 -2
  22. package/lib/core/types/column-condition.js.map +0 -1
  23. package/lib/core/types/index.d.ts +0 -5
  24. package/lib/core/types/index.d.ts.map +0 -1
  25. package/lib/core/types/index.js +0 -5
  26. package/lib/core/types/index.js.map +0 -1
  27. package/lib/core/types/nullable-condition.d.ts +0 -2
  28. package/lib/core/types/nullable-condition.d.ts.map +0 -1
  29. package/lib/core/types/nullable-condition.js +0 -2
  30. package/lib/core/types/nullable-condition.js.map +0 -1
  31. package/lib/core/types/ordering-column.d.ts +0 -3
  32. package/lib/core/types/ordering-column.d.ts.map +0 -1
  33. package/lib/core/types/ordering-column.js +0 -2
  34. package/lib/core/types/ordering-column.js.map +0 -1
  35. package/lib/core/types/query-conditions-group-nullable.d.ts +0 -6
  36. package/lib/core/types/query-conditions-group-nullable.d.ts.map +0 -1
  37. package/lib/core/types/query-conditions-group-nullable.js +0 -2
  38. package/lib/core/types/query-conditions-group-nullable.js.map +0 -1
  39. package/lib/core/types/query-conditions-group.d.ts +0 -5
  40. package/lib/core/types/query-conditions-group.d.ts.map +0 -1
  41. package/lib/core/types/query-conditions-group.js +0 -2
  42. package/lib/core/types/query-conditions-group.js.map +0 -1
  43. package/lib/core/types/query-row-validator-initializer.d.ts +0 -9
  44. package/lib/core/types/query-row-validator-initializer.d.ts.map +0 -1
  45. package/lib/core/types/query-row-validator-initializer.js +0 -2
  46. package/lib/core/types/query-row-validator-initializer.js.map +0 -1
  47. package/lib/core/types/validation-options.d.ts +0 -4
  48. package/lib/core/types/validation-options.d.ts.map +0 -1
  49. package/lib/core/types/validation-options.js +0 -2
  50. package/lib/core/types/validation-options.js.map +0 -1
  51. package/lib/core/validation/decorators/index.d.ts +0 -2
  52. package/lib/core/validation/decorators/index.d.ts.map +0 -1
  53. package/lib/core/validation/decorators/index.js +0 -2
  54. package/lib/core/validation/decorators/index.js.map +0 -1
  55. package/lib/core/validation/decorators/number-validaton.d.ts +0 -5
  56. package/lib/core/validation/decorators/number-validaton.d.ts.map +0 -1
  57. package/lib/core/validation/decorators/number-validaton.js +0 -84
  58. package/lib/core/validation/decorators/number-validaton.js.map +0 -1
  59. package/lib/core/validation/index.d.ts +0 -2
  60. package/lib/core/validation/index.d.ts.map +0 -1
  61. package/lib/core/validation/index.js +0 -2
  62. package/lib/core/validation/index.js.map +0 -1
  63. package/lib/core/validation/query-row-validator.d.ts +0 -24
  64. package/lib/core/validation/query-row-validator.d.ts.map +0 -1
  65. package/lib/core/validation/query-row-validator.js +0 -59
  66. package/lib/core/validation/query-row-validator.js.map +0 -1
  67. package/lib/index.d.ts +0 -2
  68. package/lib/index.d.ts.map +0 -1
  69. package/lib/index.js +0 -2
  70. package/lib/index.js.map +0 -1
  71. package/lib/query.d.ts.map +0 -1
  72. package/lib/query.js +0 -393
  73. package/lib/query.js.map +0 -1
  74. package/lib/utils/functions/generic/compare-arrays.d.ts +0 -2
  75. package/lib/utils/functions/generic/compare-arrays.d.ts.map +0 -1
  76. package/lib/utils/functions/generic/compare-arrays.js +0 -3
  77. package/lib/utils/functions/generic/compare-arrays.js.map +0 -1
  78. package/lib/utils/functions/generic/deep-equal.d.ts +0 -2
  79. package/lib/utils/functions/generic/deep-equal.d.ts.map +0 -1
  80. package/lib/utils/functions/generic/deep-equal.js +0 -20
  81. package/lib/utils/functions/generic/deep-equal.js.map +0 -1
  82. package/lib/utils/functions/generic/get-entries.d.ts +0 -2
  83. package/lib/utils/functions/generic/get-entries.d.ts.map +0 -1
  84. package/lib/utils/functions/generic/get-entries.js +0 -4
  85. package/lib/utils/functions/generic/get-entries.js.map +0 -1
  86. package/lib/utils/functions/generic/get-object-property-names.d.ts +0 -3
  87. package/lib/utils/functions/generic/get-object-property-names.d.ts.map +0 -1
  88. package/lib/utils/functions/generic/get-object-property-names.js +0 -4
  89. package/lib/utils/functions/generic/get-object-property-names.js.map +0 -1
  90. package/lib/utils/functions/generic/index.d.ts +0 -4
  91. package/lib/utils/functions/generic/index.d.ts.map +0 -1
  92. package/lib/utils/functions/generic/index.js +0 -4
  93. package/lib/utils/functions/generic/index.js.map +0 -1
  94. package/lib/utils/functions/sort/index.d.ts +0 -3
  95. package/lib/utils/functions/sort/index.d.ts.map +0 -1
  96. package/lib/utils/functions/sort/index.js +0 -3
  97. package/lib/utils/functions/sort/index.js.map +0 -1
  98. package/lib/utils/functions/sort/sort-by-properties.d.ts +0 -3
  99. package/lib/utils/functions/sort/sort-by-properties.d.ts.map +0 -1
  100. package/lib/utils/functions/sort/sort-by-properties.js +0 -16
  101. package/lib/utils/functions/sort/sort-by-properties.js.map +0 -1
  102. package/lib/utils/functions/sort/sort-by-property.d.ts +0 -3
  103. package/lib/utils/functions/sort/sort-by-property.d.ts.map +0 -1
  104. package/lib/utils/functions/sort/sort-by-property.js +0 -25
  105. package/lib/utils/functions/sort/sort-by-property.js.map +0 -1
  106. package/lib/utils/functions/type-guards/index.d.ts +0 -4
  107. package/lib/utils/functions/type-guards/index.d.ts.map +0 -1
  108. package/lib/utils/functions/type-guards/index.js +0 -4
  109. package/lib/utils/functions/type-guards/index.js.map +0 -1
  110. package/lib/utils/functions/type-guards/is-function.d.ts +0 -10
  111. package/lib/utils/functions/type-guards/is-function.d.ts.map +0 -1
  112. package/lib/utils/functions/type-guards/is-function.js +0 -11
  113. package/lib/utils/functions/type-guards/is-function.js.map +0 -1
  114. package/lib/utils/functions/type-guards/is-number.d.ts +0 -9
  115. package/lib/utils/functions/type-guards/is-number.d.ts.map +0 -1
  116. package/lib/utils/functions/type-guards/is-number.js +0 -9
  117. package/lib/utils/functions/type-guards/is-number.js.map +0 -1
  118. package/lib/utils/functions/type-guards/is-object.d.ts +0 -9
  119. package/lib/utils/functions/type-guards/is-object.d.ts.map +0 -1
  120. package/lib/utils/functions/type-guards/is-object.js +0 -9
  121. package/lib/utils/functions/type-guards/is-object.js.map +0 -1
  122. package/lib/utils/types/add-prefix-to-object.d.ts +0 -4
  123. package/lib/utils/types/add-prefix-to-object.d.ts.map +0 -1
  124. package/lib/utils/types/add-prefix-to-object.js +0 -2
  125. package/lib/utils/types/add-prefix-to-object.js.map +0 -1
  126. package/lib/utils/types/allowed-names.d.ts +0 -6
  127. package/lib/utils/types/allowed-names.d.ts.map +0 -1
  128. package/lib/utils/types/allowed-names.js +0 -2
  129. package/lib/utils/types/allowed-names.js.map +0 -1
  130. package/lib/utils/types/flag-excluded-type.d.ts +0 -7
  131. package/lib/utils/types/flag-excluded-type.d.ts.map +0 -1
  132. package/lib/utils/types/flag-excluded-type.js +0 -2
  133. package/lib/utils/types/flag-excluded-type.js.map +0 -1
  134. package/lib/utils/types/generic-object.d.ts +0 -4
  135. package/lib/utils/types/generic-object.d.ts.map +0 -1
  136. package/lib/utils/types/generic-object.js +0 -2
  137. package/lib/utils/types/generic-object.js.map +0 -1
  138. package/lib/utils/types/index.d.ts +0 -11
  139. package/lib/utils/types/index.d.ts.map +0 -1
  140. package/lib/utils/types/index.js +0 -11
  141. package/lib/utils/types/index.js.map +0 -1
  142. package/lib/utils/types/omit-type.d.ts +0 -6
  143. package/lib/utils/types/omit-type.d.ts.map +0 -1
  144. package/lib/utils/types/omit-type.js +0 -2
  145. package/lib/utils/types/omit-type.js.map +0 -1
  146. package/lib/utils/types/partial-of-properties.d.ts +0 -3
  147. package/lib/utils/types/partial-of-properties.d.ts.map +0 -1
  148. package/lib/utils/types/partial-of-properties.js +0 -2
  149. package/lib/utils/types/partial-of-properties.js.map +0 -1
  150. package/lib/utils/types/prop-of.d.ts +0 -6
  151. package/lib/utils/types/prop-of.d.ts.map +0 -1
  152. package/lib/utils/types/prop-of.js +0 -2
  153. package/lib/utils/types/prop-of.js.map +0 -1
  154. package/lib/utils/types/property-only.d.ts +0 -5
  155. package/lib/utils/types/property-only.d.ts.map +0 -1
  156. package/lib/utils/types/property-only.js +0 -2
  157. package/lib/utils/types/property-only.js.map +0 -1
  158. package/lib/utils/types/recursive-partial.d.ts +0 -4
  159. package/lib/utils/types/recursive-partial.d.ts.map +0 -1
  160. package/lib/utils/types/recursive-partial.js +0 -2
  161. package/lib/utils/types/recursive-partial.js.map +0 -1
  162. package/lib/utils/types/sort-function.d.ts +0 -2
  163. package/lib/utils/types/sort-function.d.ts.map +0 -1
  164. package/lib/utils/types/sort-function.js +0 -2
  165. package/lib/utils/types/sort-function.js.map +0 -1
  166. package/lib/utils/types/type.d.ts +0 -5
  167. package/lib/utils/types/type.d.ts.map +0 -1
  168. package/lib/utils/types/type.js +0 -2
  169. package/lib/utils/types/type.js.map +0 -1
@@ -1,9 +0,0 @@
1
- /**
2
- * Determines if the given value is a number.
3
- *
4
- * @param value The value to check.
5
- *
6
- * @returns Validation result.
7
- */
8
- export declare const isNumber: (value: unknown) => value is number;
9
- //# sourceMappingURL=is-number.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-number.d.ts","sourceRoot":"","sources":["../../../../src/utils/functions/type-guards/is-number.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,MACxB,CAAC"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Determines if the given value is a number.
3
- *
4
- * @param value The value to check.
5
- *
6
- * @returns Validation result.
7
- */
8
- export const isNumber = (value) => typeof value === 'number';
9
- //# sourceMappingURL=is-number.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-number.js","sourceRoot":"","sources":["../../../../src/utils/functions/type-guards/is-number.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAmB,EAAE,CAC1D,OAAO,KAAK,KAAK,QAAQ,CAAC"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Determines if the given value is an object.
3
- *
4
- * @param value The value to check.
5
- *
6
- * @returns Validation result.
7
- */
8
- export declare const isObject: (value: unknown) => value is object;
9
- //# sourceMappingURL=is-object.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-object.d.ts","sourceRoot":"","sources":["../../../../src/utils/functions/type-guards/is-object.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,MACN,CAAC"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Determines if the given value is an object.
3
- *
4
- * @param value The value to check.
5
- *
6
- * @returns Validation result.
7
- */
8
- export const isObject = (value) => typeof value === 'object' && value !== null;
9
- //# sourceMappingURL=is-object.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-object.js","sourceRoot":"","sources":["../../../../src/utils/functions/type-guards/is-object.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAmB,EAAE,CAC1D,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC"}
@@ -1,4 +0,0 @@
1
- export type addPrefixToObject<T, P extends string> = {
2
- [K in keyof T as K extends string ? `${P}${K}` : never]: T[K];
3
- };
4
- //# sourceMappingURL=add-prefix-to-object.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"add-prefix-to-object.d.ts","sourceRoot":"","sources":["../../../src/utils/types/add-prefix-to-object.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,IAAI;KAClD,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,SAAS,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;CAC9D,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=add-prefix-to-object.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"add-prefix-to-object.js","sourceRoot":"","sources":["../../../src/utils/types/add-prefix-to-object.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { FlagExcludedType } from '.';
2
- /**
3
- * Gets the keys that are not flagged as 'never'.
4
- */
5
- export type AllowedNames<Base, Type> = FlagExcludedType<Base, Type>[keyof Base];
6
- //# sourceMappingURL=allowed-names.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"allowed-names.d.ts","sourceRoot":"","sources":["../../../src/utils/types/allowed-names.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,YAAY,CAAC,IAAI,EAAE,IAAI,IAAI,gBAAgB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=allowed-names.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"allowed-names.js","sourceRoot":"","sources":["../../../src/utils/types/allowed-names.ts"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- /**
2
- * Transforms the type to flag all the undesired keys as 'never'.
3
- */
4
- export type FlagExcludedType<Base, Type> = {
5
- [Key in keyof Base]: Base[Key] extends Type ? never : Key;
6
- };
7
- //# sourceMappingURL=flag-excluded-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"flag-excluded-type.d.ts","sourceRoot":"","sources":["../../../src/utils/types/flag-excluded-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,gBAAgB,CAAC,IAAI,EAAE,IAAI,IAAI;KACxC,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,IAAI,GAAG,KAAK,GAAG,GAAG;CAC1D,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=flag-excluded-type.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"flag-excluded-type.js","sourceRoot":"","sources":["../../../src/utils/types/flag-excluded-type.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export interface GenericObject {
2
- [key: string]: unknown;
3
- }
4
- //# sourceMappingURL=generic-object.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"generic-object.d.ts","sourceRoot":"","sources":["../../../src/utils/types/generic-object.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=generic-object.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"generic-object.js","sourceRoot":"","sources":["../../../src/utils/types/generic-object.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- export * from './add-prefix-to-object';
2
- export * from './allowed-names';
3
- export * from './flag-excluded-type';
4
- export * from './generic-object';
5
- export * from './omit-type';
6
- export * from './partial-of-properties';
7
- export * from './prop-of';
8
- export * from './property-only';
9
- export * from './recursive-partial';
10
- export * from './sort-function';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC"}
@@ -1,11 +0,0 @@
1
- export * from './add-prefix-to-object';
2
- export * from './allowed-names';
3
- export * from './flag-excluded-type';
4
- export * from './generic-object';
5
- export * from './omit-type';
6
- export * from './partial-of-properties';
7
- export * from './prop-of';
8
- export * from './property-only';
9
- export * from './recursive-partial';
10
- export * from './sort-function';
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { AllowedNames } from '.';
2
- /**
3
- * Use this with a simple Pick to get the right interface, excluding the undesired type.
4
- */
5
- export type OmitType<Base, Type> = Pick<Base, AllowedNames<Base, Type>>;
6
- //# sourceMappingURL=omit-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"omit-type.d.ts","sourceRoot":"","sources":["../../../src/utils/types/omit-type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,QAAQ,CAAC,IAAI,EAAE,IAAI,IAAI,IAAI,CAAC,IAAI,EAAE,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=omit-type.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"omit-type.js","sourceRoot":"","sources":["../../../src/utils/types/omit-type.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- import type { PropertyOnly } from '.';
2
- export type PartialOfProperties<T extends object> = Partial<PropertyOnly<T>>;
3
- //# sourceMappingURL=partial-of-properties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"partial-of-properties.d.ts","sourceRoot":"","sources":["../../../src/utils/types/partial-of-properties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AAEtC,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=partial-of-properties.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"partial-of-properties.js","sourceRoot":"","sources":["../../../src/utils/types/partial-of-properties.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { PropertyOnly } from '.';
2
- /**
3
- * Represents a property of a class or interface.
4
- */
5
- export type PropOf<T extends object> = keyof PropertyOnly<T>;
6
- //# sourceMappingURL=prop-of.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prop-of.d.ts","sourceRoot":"","sources":["../../../src/utils/types/prop-of.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,YAAY,CAAC,CAAC,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=prop-of.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prop-of.js","sourceRoot":"","sources":["../../../src/utils/types/prop-of.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import type { NonFunctionKeys } from 'utility-types';
2
- export type PropertyOnly<T extends object> = {
3
- [P in NonFunctionKeys<T>]: T[P];
4
- };
5
- //# sourceMappingURL=property-only.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"property-only.d.ts","sourceRoot":"","sources":["../../../src/utils/types/property-only.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,MAAM,IAAI;KAC1C,CAAC,IAAI,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAChC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=property-only.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"property-only.js","sourceRoot":"","sources":["../../../src/utils/types/property-only.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export type RecursivePartial<T> = {
2
- [P in keyof T]?: T[P] extends (infer U)[] ? RecursivePartial<U>[] : T[P] extends object ? RecursivePartial<T[P]> : T[P];
3
- };
4
- //# sourceMappingURL=recursive-partial.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"recursive-partial.d.ts","sourceRoot":"","sources":["../../../src/utils/types/recursive-partial.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI;KAC/B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,GACrC,gBAAgB,CAAC,CAAC,CAAC,EAAE,GACrB,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GACjB,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GACtB,CAAC,CAAC,CAAC,CAAC;CACX,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=recursive-partial.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"recursive-partial.js","sourceRoot":"","sources":["../../../src/utils/types/recursive-partial.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export type SortFunction<T> = (a: T, b: T) => number;
2
- //# sourceMappingURL=sort-function.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sort-function.d.ts","sourceRoot":"","sources":["../../../src/utils/types/sort-function.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sort-function.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sort-function.js","sourceRoot":"","sources":["../../../src/utils/types/sort-function.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- /**
2
- * Represents a class.
3
- */
4
- export type Type<T = unknown> = new (...args: unknown[]) => T;
5
- //# sourceMappingURL=type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/utils/types/type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,IAAI,CAAC,CAAC,GAAG,OAAO,IAAI,KAAK,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=type.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../src/utils/types/type.ts"],"names":[],"mappings":""}