@cccode/fxr - v22.0.0

    Type Alias NonFunctionKeys<T>

    NonFunctionKeys: { [K in keyof T]: T[K] extends Function ? never : K }[keyof T]

    Type Parameters

    • T
    MMNEPVFCICPMFPCPTTAAATR