Cesium Utils - v0.3.2
GitHub
NPM
Demo
Preparing search index...
dev
NonFunction
Type Alias NonFunction<T>
NonFunction
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
Function
?
never
:
K
}
[
keyof
T
]
Runtime type validator to identify the non-function property.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
GitHub
NPM
Demo
Cesium Utils - v0.3.2
Loading...
Runtime type validator to identify the non-function property.