type-fest icon indicating copy to clipboard operation
type-fest copied to clipboard

A collection of essential TypeScript types

Results 242 type-fest issues
Sort by recently updated
recently updated
newest added

```ts import type { PartialDeep } from 'type-fest' import type { TrackEntity } from '@app/api/types' export const trackExample: PartialDeep = { name: 'In Search for New Wisdom', href: 'https://open.spotify.com/track/0QBcteLxmPLG4gAXc1pEqW', album:...

I'm not sure if it's intentional, they seem very useful to me and missing them is inconsistent & also not complying with [docs](https://github.com/sindresorhus/type-fest?tab=readme-ov-file#istype-vs-iftype) I guess its as simple as: ```...