common-types
Advanced tools
Comparing version 1.24.7 to 1.25.0
@@ -6,3 +6,3 @@ export declare type sql = string; | ||
*/ | ||
export declare type TypeSubtype = `${string}/${string}`; | ||
export declare type TypeSubtype<T extends string = string, S extends string = string> = `${T}/${S}`; | ||
/** | ||
@@ -9,0 +9,0 @@ * Stages of development. |
@@ -6,3 +6,3 @@ export declare type sql = string; | ||
*/ | ||
export declare type TypeSubtype = `${string}/${string}`; | ||
export declare type TypeSubtype<T extends string = string, S extends string = string> = `${T}/${S}`; | ||
/** | ||
@@ -9,0 +9,0 @@ * Stages of development. |
{ | ||
"name": "common-types", | ||
"version": "1.24.7", | ||
"version": "1.25.0", | ||
"description": "Common Types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
364844