common-types
Advanced tools
Comparing version 1.21.5 to 1.21.6
export declare type sql = string; | ||
export declare type NumericCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"; | ||
/** | ||
* A string representation of the common Type/SubType classification. | ||
*/ | ||
export declare type TypeSubtype = `${string}/${string}`; |
export declare type sql = string; | ||
export declare type NumericCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"; | ||
/** | ||
* A string representation of the common Type/SubType classification. | ||
*/ | ||
export declare type TypeSubtype = `${string}/${string}`; |
{ | ||
"name": "common-types", | ||
"version": "1.21.5", | ||
"version": "1.21.6", | ||
"description": "Common types not included in 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
325769
7722