ts-toolbelt
Advanced tools
Comparing version 1.0.54 to 1.0.55
{ | ||
"name": "ts-toolbelt", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills", |
@@ -131,3 +131,3 @@ <p align="center"> | ||
* The explicit way | ||
* Explicit | ||
```ts | ||
@@ -137,3 +137,3 @@ import {Any, Boolean, Class, Function, Iteration, Number, Object, String, Tuple, Union} from 'ts-toolbelt' | ||
* The compact way | ||
* Compact | ||
```ts | ||
@@ -143,3 +143,3 @@ import {A, B, C, F, I, N, O, S, T, U} from 'ts-toolbelt' | ||
* The portable way | ||
* Portable | ||
```ts | ||
@@ -146,0 +146,0 @@ import tb from 'ts-toolbelt' |
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
116082