Official EEPROM library: support and reference.

Hi, I am hoping this is still monitored.

I have installed IDE 1.8.5, after using the online Web Editor, because my chinese wavgat board is not supported.

Included in the IDE is a library called E2PROM, which contains EEPROM.h, claims to be the official library, but does not contain the same class members (get, pu, update, etc).

I've reinstalled after removing arduino15 from appdata in windows user account, but the issue remains.

I've tried renaming the found EEPROM.h, but then the compiler can't find any other EEPROM.h, even though the library exists in the hardware/avr/libraries path (I am not sure how the header is found, as the make/build files are not easily available for viewing).

Where are the files for this library supposed to be, can I move them manually to fix this problem?