types-ramda
Advanced tools
Comparing version 0.3.0 to 0.29.0
@@ -343,7 +343,5 @@ import { A, M } from 'ts-toolbelt'; | ||
/** | ||
* <needs description> | ||
* Composition of `Partial` and `Record` types | ||
*/ | ||
export type PartialRecord<K extends keyof any, T> = { | ||
[P in K]?: T; | ||
}; | ||
export type PartialRecord<K extends keyof any, T> = Partial<Record<K, T>>; | ||
@@ -350,0 +348,0 @@ /** |
{ | ||
"name": "types-ramda", | ||
"version": "0.3.0", | ||
"version": "0.29.0", | ||
"description": "Dedicated types library for ramda", | ||
@@ -57,3 +57,3 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>", | ||
"eslint-plugin-import": "^2.27.5", | ||
"ramda": "^0.28.0", | ||
"ramda": "^0.29.0", | ||
"tsd": "^0.28.1", | ||
@@ -60,0 +60,0 @@ "typescript": "^5.0.2" |
@@ -16,2 +16,11 @@ # `types-ramda` | ||
## Usage | ||
**`types-ramda` is not intended to be used directly!** | ||
`@types/ramda` should continued to be used. `@types/ramda` re-exports what is defined here. The type definitions were moved into those repo for 2 reasons | ||
* in-house control of all definitions | ||
* set up work such that this repo can eventually be moved into the core `ramda` repo | ||
### Note about semver | ||
@@ -18,0 +27,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
238686
6518
31