mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export default class Cache {
|
|
public static getItem() {}
|
|
|
|
public static setItem() {}
|
|
}
|