@bondsports/types 2.2.113 → 2.2.114

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
1
  "use strict";
2
+ /*
3
+ The type MustHavePropertiesOfType<T, U> is a TypeScript utility type that filters the properties of
4
+ a given type T based on whether their values are of a certain type U.
5
+ It ensures that the resulting type will only include properties whose values are of the specified type U.
6
+ */
2
7
  Object.defineProperty(exports, "__esModule", { value: true });
3
8
  //# sourceMappingURL=general.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"general.types.js","sourceRoot":"","sources":["../../../../../src/types/util/models/types/general.types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"general.types.js","sourceRoot":"","sources":["../../../../../src/types/util/models/types/general.types.ts"],"names":[],"mappings":";AAAA;;;;EAIE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.113",
3
+ "version": "2.2.114",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {