UNPKG

type-plus

Version:
2 lines 105 B
export type NonUndefined<T> = T extends undefined ? never : T; //# sourceMappingURL=NonUndefined.d.ts.map