ts-toolbelt
Advanced tools
Comparing version 9.3.9 to 9.3.10-test.1612828964611
{ | ||
"name": "ts-toolbelt", | ||
"version": "9.3.9", | ||
"version": "9.3.10-test.1612828964611", | ||
"description": "TypeScript's largest utility library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,4 +60,3 @@ <p align="center"> | ||
now, featuring **+200 utilities**. Our type collection packages some of the most | ||
advanced mapped types, conditional types, and recursive types on the | ||
market. | ||
advanced mapped types, conditional types, and recursive types on the market. | ||
@@ -68,9 +67,9 @@ **Spend less time, build stronger**. Benefit from a wide range of generic type | ||
We work just like lodash, or ramda, but applied to the type system. Our mission | ||
is to provide you with simple ways to generate, transform, and create types. We | ||
abstract all those complex type checks away for you. We provide a standard, | ||
reusable, and simple API to achieve greater things with TypeScript. | ||
is to provide you with simple ways to compute, change, and create types. We | ||
abstract all those complex type checks away for you. We provide a simple, | ||
reusable, and standard API to help you get more done with TypeScript. | ||
**ts-toolbelt** is a well organized package that can help you perform advanced | ||
operations on union types, object types, function types, and literal types. It | ||
is carefully and coherently designed for building robust, flexible, and | ||
operations on object types, union types, as well as function, and literal types. | ||
It is carefully and coherently designed for building robust, flexible, and | ||
type-safe software. | ||
@@ -84,5 +83,6 @@ | ||
We are a community that answers the question to **"How can I do this in | ||
TypeScript?"**. Everyone is welcome to come ask questions about types. We welcome | ||
beginners and advanced developers to come take part. **Welcome!** | ||
We are a community and a knowledge base. Everyone is welcome to ask questions | ||
about types. If you are stuck or you misunderstand something, you came to the | ||
right place!. We welcome beginners and advanced developers to come take part. | ||
**Welcome!** | ||
@@ -207,4 +207,4 @@ ## Getting Started | ||
checks([ | ||
check<Number.Plus<"1", "30">, "31", Test.Pass>(), | ||
check<Number.Plus<"5", "-3">, "2", Test.Pass>(), | ||
check<Number.Add<1, 30>, 31, Test.Pass>(), | ||
check<Number.Add<5, -3>, 2, Test.Pass>(), | ||
]) | ||
@@ -211,0 +211,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1991094
1