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 1.0.53 to 1.0.54

2

package.json
{
"name": "ts-toolbelt",
"version": "1.0.53",
"version": "1.0.54",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills",

@@ -127,26 +127,21 @@ <p align="center">

#### You can either use it like
#### Imports
When you are going to combine types together
There is many ways to import the types into your project
```ts
import {A, B, C, F, I, N, O, S, T, U} from 'ts-toolbelt'
```
* The explicit way
```ts
import {Any, Boolean, Class, Function, Iteration, Number, Object, String, Tuple, Union} from 'ts-toolbelt'
```
#### Or in its more explicit way
* The compact way
```ts
import {A, B, C, F, I, N, O, S, T, U} from 'ts-toolbelt'
```
When you are just using simple type operations
* The portable way
```ts
import tb from 'ts-toolbelt'
```
```ts
import {Any, Boolean, Class, Function, Iteration, Number, Object, String, Tuple, Union} from 'ts-toolbelt'
```
#### Or in its most compact way
When you want to keep them in a single namespace
```ts
import tb from 'ts-toolbelt'
```
#### Internal Docs

@@ -153,0 +148,0 @@

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