This is the Linux app named type-fest whose latest release can be downloaded as v5.0.1sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named type-fest with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
type-fest
DESCRIPTION:
Type-Fest is a TypeScript utility library / type definitions collection that provides a large number of advanced, generic types not built into TypeScript’s standard library. The package includes helper types for manipulating, transforming, and constraining TypeScript types (deeply nested behavior, merging, conditional types, overrides, etc.). It’s meant for when you need more precise static typing, like inferring deep readonly, deep partial, requiring one of several keys, etc. It is well-maintained, used widely, and meant for projects using strict TypeScript settings.
Features
- Deep types for making nested objects optional or required (e.g. PartialDeep, RequiredDeep)
- Utility types for merging / overriding properties (Merge, MergeDeep, OverrideProperties)
- Types to enforce key constraints: RequireAtLeastOne, RequireExactlyOne, MergeExclusive etc.
- Types for readability and manipulation: turning readonly fields into mutable (Writable, WritableDeep), converting property names (like CamelCasedProperties, etc.), trimming strings, dealing with unions etc.
- JSON-related types: JsonValue, JsonObject, JsonArray etc. for better typing of JSON data
- Conditional / utility types: Extracting nested paths, handling index signatures, checking assignability, etc.
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/type-fest.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.