@luolapeikko/ts-common
Preparing search index...
NonEmpty
Type Alias NonEmpty<T>
NonEmpty
:
keyof
T
extends
never
?
never
:
T
Can be used to ensure that an object is not empty object.
Type Parameters
T
The type of the object
Since
v0.1.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@luolapeikko/ts-common
Loading...
Can be used to ensure that an object is not empty object.