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

4 lines 135 B
export type PickSlice<T extends object, K extends keyof T> = Pick<T, { [I in K]: I; }[K]>; //# sourceMappingURL=pick-slice.d.ts.map