1// @ts-ignore no decl -prf
2import*asfindLastfrom'array.prototype.findlast'3/// <reference lib="dom" />
45findLast.shim()67// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
8window.setImmediate=(cb:()=>void)=>setTimeout(cb,0)