Socket
Socket
Sign inDemoInstall

ts-type

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

lib/helper/record/enum.d.ts

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

## [2.1.10](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.9...ts-type@2.1.10) (2022-08-10)
### 🐛 Bug Fixes
* fix typo { ITSToWriteableAArray => ITSToWriteableArray } ([4d2853e](https://github.com/bluelovers/ws-ts-type/commit/4d2853e71e8ce60c658d29c874f2d29e73fbaff4))
### ✨ Features
* add enum type ([cac5289](https://github.com/bluelovers/ws-ts-type/commit/cac528950fd93b631c741ebe0f73bc779e79308e))
### 🛠 Build System
* **release:** publish ([1da2b0d](https://github.com/bluelovers/ws-ts-type/commit/1da2b0d1c61f27c5a2ecce342e7bfa7fc6b20763))
## [2.1.9](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.8...ts-type@2.1.9) (2022-08-10)

@@ -8,0 +29,0 @@

2

lib/helper/array/readonly.d.ts
import { ITSArrayListMaybeReadonly } from '../../type/base';
export declare type ITSToReadonlyArray<T extends ITSArrayListMaybeReadonly<any>> = T extends [...infer R] | readonly [...infer R] ? readonly [...R] : never;
export declare type ITSToWriteableAArray<T extends ITSArrayListMaybeReadonly<any>> = T extends [...infer R] | readonly [...infer R] ? [...R] : never;
export declare type ITSToWriteableArray<T extends ITSArrayListMaybeReadonly<any>> = T extends [...infer R] | readonly [...infer R] ? [...R] : never;

@@ -12,2 +12,3 @@ export * from './generic';

export * from './helper/record';
export * from './helper/record/enum';
export * from './helper/record/member';

@@ -34,3 +35,5 @@ export * from './helper/record/omit-index';

export * from './type/record/empty';
export * from './type/record/enum';
export * from './type/record/partial';
export * from './type/record/readonly';
export * from './type/tuple/empty';
{
"name": "ts-type",
"version": "2.1.9",
"version": "2.1.10",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -67,3 +67,3 @@ "keywords": [

},
"gitHead": "4eedf3cb6b9ee750e22993560eb6aef919873112"
"gitHead": "39049cae0123305c59b08c33069075b99411f4f4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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