RubyGems
npm
Organizations
Log in
Sign up
npm
@bondsports/types
Versions diffs
2.1.11 → 2.1.12
Page 2
@bondsports/types 2.1.11 → 2.1.12
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/tsconfig.build.tsbuildinfo
+1
-1
package/dist/types/util/types/general.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/util/types/general.d.ts
CHANGED
Viewed
@@ -25,4 +25,5 @@ export type HasStartAndEndDates = {
25
25
startDate: Date | string;
26
26
endDate: Date | string;
27
27
};
28
+
export type KeyOf<T> = keyof T;
28
29
export {};
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bondsports/types",
3
-
"version": "2.1.
11
",
3
+
"version": "2.1.
12
",
4
4
"description": "backend types module for Bond-Sports",
5
5
"main": "./dist/index.js",
6
6
"scripts": {
« First
‹ Prev
1
2