mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at no-pointer-events 8 lines 273 B view raw
1// @ts-ignore no decl -prf 2import * as findLast from 'array.prototype.findlast' 3/// <reference lib="dom" /> 4 5findLast.shim() 6 7// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf 8window.setImmediate = (cb: () => void) => setTimeout(cb, 0)