UNPKG

@kakasoo/proto-typescript

Version:

Utility types and implementations based on JavaScript prototypes.

4 lines 137 B
export declare namespace NeverType { type IsNever<T> = [T] extends [never] ? true : false; } //# sourceMappingURL=never.type.d.ts.map