typescript-primitives-type icon indicating copy to clipboard operation
typescript-primitives-type copied to clipboard

🧩 TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types such as number or boolean (not Value Objects)

Results 2 typescript-primitives-type issues
Sort by recently updated
recently updated
newest added

Hi, I have tried to use the library but I have problems with null values. In a class with some attribute of type `VideoName | null`, the return type is...

When using Vue 3 to create a ref variable from a User class (a Value Object) in forms, it is not possible to create an editable object. To address this,...