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

tslang

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslang - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

9

library/comparison.d.ts

@@ -1,3 +0,10 @@

export type IsEqual<TA, TB> = [TA, TB] extends [TB, TA] ? true : false;
export type IsEqual<TA, TB> = [TA, TB, keyof TA, keyof TB] extends [
TB,
TA,
keyof TB,
keyof TA,
]
? true
: false;
export type IsCompatible<T, TComparison> = T extends TComparison ? true : false;

2

package.json
{
"name": "tslang",
"version": "0.1.26",
"version": "0.1.27",
"description": "TypeScript Language Type Utilities.",

@@ -5,0 +5,0 @@ "license": "MIT",

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