@augment-vir/common
Advanced tools
Comparing version 26.0.2 to 26.1.0
@@ -13,2 +13,6 @@ export type Tuple<ArrayElementGeneric, LengthGeneric extends number> = LengthGeneric extends LengthGeneric ? number extends LengthGeneric ? ArrayElementGeneric[] : _TupleOf<ArrayElementGeneric, LengthGeneric, []> : never; | ||
export type MaybeTuple<T> = T | AtLeastTuple<T, 1>; | ||
export type RemoveFirstTupleEntry<T extends ReadonlyArray<unknown>> = T extends [ | ||
firstArg: unknown, | ||
...theRest: infer TheRest | ||
] ? TheRest : never; | ||
export {}; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "26.0.2", | ||
"version": "26.1.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -5,0 +5,0 @@ "bugs": { |
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
177364
4291