types-ramda
Advanced tools
Comparing version 0.29.9 to 0.29.10
@@ -510,2 +510,2 @@ import { A, M } from 'ts-toolbelt'; | ||
*/ | ||
export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never; | ||
export type ElementOf<Type extends readonly any[]> = Type[number]; |
{ | ||
"name": "types-ramda", | ||
"version": "0.29.9", | ||
"version": "0.29.10", | ||
"description": "Dedicated types library for ramda", | ||
@@ -42,2 +42,9 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>", | ||
"types": "./es/index.d.ts", | ||
"typesVersions": { | ||
"<5": { | ||
"*": [ | ||
"ts4/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
@@ -44,0 +51,0 @@ "build": "npm run build:types && npm run build:ts4", |
@@ -510,2 +510,2 @@ import { A, M } from 'ts-toolbelt'; | ||
*/ | ||
export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never; | ||
export type ElementOf<Type extends readonly any[]> = Type[number]; |
Sorry, the diff of this file is too big to display
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
496348
13526