@ts-common/tuple
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -0,0 +0,0 @@ export declare type Tuple0 = ReadonlyArray<never>; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@ts-common/tuple", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Tuples", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"tsc": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepack": "tsc" | ||
"test": "tsc", | ||
"prepack": "npm install && tsc" | ||
}, | ||
@@ -26,4 +26,4 @@ "repository": { | ||
"devDependencies": { | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.1.3" | ||
} | ||
} |
@@ -1,2 +0,3 @@ | ||
# tuple | ||
# Tuple | ||
Tuples |
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
4
12616