rm findLast shim

This commit is contained in:
Samuel Newman
2025-04-25 12:39:12 +02:00
parent 89615f04fa
commit b70bbb0bb6
2 changed files with 1 additions and 8 deletions
-4
View File
@@ -1,10 +1,6 @@
import 'fast-text-encoding'
// @ts-ignore no decl -prf
import findLast from 'array.prototype.findlast'
export {}
findLast.shim()
/**
https://github.com/MaxArt2501/base64-js
The MIT License (MIT)
+1 -4
View File
@@ -1,9 +1,6 @@
// @ts-ignore no decl -prf
import * as findLast from 'array.prototype.findlast'
import 'array.prototype.findlast/auto'
/// <reference lib="dom" />
findLast.shim()
// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
window.setImmediate = (cb: () => void) => setTimeout(cb, 0)