[T] EmitOptionsFor
type EmitOptionsFor<C> = C extends TypeSpecLibrary<infer _T, infer E> ? E : never;
Get the options for the onEmit of this library.
Type Parameters
Type Parameter |
---|
C |
type EmitOptionsFor<C> = C extends TypeSpecLibrary<infer _T, infer E> ? E : never;
Get the options for the onEmit of this library.
Type Parameter |
---|
C |