Type alias Unwrap<J>

Unwrap<J>: J extends Jack<infer C>
    ? C
    : never

Given a Jack object, get the typeof its ConfigSet

Type Parameters

  • J

Generated using TypeDoc