types-ramda
Advanced tools
Comparing version 0.29.5 to 0.29.6
@@ -511,8 +511,1 @@ import { A, M } from 'ts-toolbelt'; | ||
export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never; | ||
/** | ||
* Convenance type function to extract keys of an object as a tuple literal | ||
* | ||
* <created by @harris-miller> | ||
*/ | ||
export type KeysAsTuple<T> = [keyof T, ...(keyof T)[]]; |
{ | ||
"name": "types-ramda", | ||
"version": "0.29.5", | ||
"version": "0.29.6", | ||
"description": "Dedicated types library for ramda", | ||
@@ -59,3 +59,3 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>", | ||
"eslint-plugin-import": "^2.28.1", | ||
"ramda": "^0.29.0", | ||
"ramda": "^0.29.1", | ||
"tsd": "^0.29.0", | ||
@@ -62,0 +62,0 @@ "typescript": "^5.2.2", |
# `types-ramda` | ||
**Requires at least `typescript@5`** | ||
## Official types library for ramda | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
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
247405
6728
31