Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-toolbelt - npm Package Compare versions

Comparing version 9.3.9 to 9.3.10-test.1612828964611

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc