Typescript - (ReadOnly)NotEmptyArray
Arrays are already well described in typescript, but sometimes we need to be more strict with our types. For instance, we need to have a not empty array.
This type doesn't exist in the typescript definitions, but we can create it in this way.
type No...
blog.delpuppo.net2 min read