rm findLast shim
This commit is contained in:
@@ -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,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user