@bondsports/types 2.2.113 → 2.2.114
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.
|
@@ -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"}
|