Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yderre-aubay
/
midi-player-demo
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
740ab22
midi-player-demo
/
src
/
common
/
types.ts
Yann
test
f23825d
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
export
type
DistributiveOmit
<T, K
extends
keyof
any
> = T
extends
any
?
Omit
<T, K>
:
never