UNPKG

@rx-angular/state

Version:

@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular

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