Cesium Utils - v0.3.2
    Preparing search index...

    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