MyOmit
Implement the built-in Omit<T, K> type. Omit creates a new type by excluding specific properties K from type T.
Loading editor...
Run your code to see results
Click the Run button above
Implement the built-in Omit<T, K> type. Omit creates a new type by excluding specific properties K from type T.
Loading editor...
Run your code to see results
Click the Run button above