UNPKG

press-pix

Version:
13 lines (10 loc) 167 B
export const gImgHandler = { gImg: v => v, get() { return this.gImg; }, set(gImg) { this.gImg = gImg; }, }; export const gImg = gImgHandler.get();