import { Pick, ReadonlyKeys } from "."; /** * Picks the readonly properties of `T`. * * @since 0.0.2 */ export type PickReadonly = Pick>; //# sourceMappingURL=pick-readonly.d.ts.map