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

type-fest

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-fest - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

source/asyncify.d.ts

2

index.d.ts

@@ -30,2 +30,4 @@ // Basic

export {Entries} from './source/entries';
export {SetReturnType} from './source/set-return-type';
export {Asyncify} from './source/asyncify';

@@ -32,0 +34,0 @@ // Miscellaneous

4

package.json
{
"name": "type-fest",
"version": "0.17.0",
"version": "0.18.0",
"description": "A collection of essential TypeScript types",

@@ -35,3 +35,3 @@ "license": "(MIT OR CC0-1.0)",

"devDependencies": {
"tsd": "^0.11.0",
"tsd": "^0.13.1",
"xo": "^0.28.2"

@@ -38,0 +38,0 @@ },

@@ -89,2 +89,4 @@ <div align="center">

- [`Entries`](source/entries.d.ts) - Create a type that represents the type of the entries of a collection.
- [`SetReturnType`](source/set-return-type.d.ts) - Create a function type with a return type of your choice and the same parameters as the given function type.
- [`Asyncify`](source/asyncify.d.ts) - Create an async version of the given function type.

@@ -91,0 +93,0 @@ ### Miscellaneous

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