Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias Classify<T_Object>

    Classify: { [_Key in Exclude<keyof T_Object, never>]: T_Object[_Key] }

    Converts an object into a class-compatible type that requires all properties to be present, even if their values are undefined.

    Type Parameters

    • T_Object

      Type or interface to convert.

    2.0.0-alpha