rm findLast shim
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
import 'fast-text-encoding'
|
import 'fast-text-encoding'
|
||||||
// @ts-ignore no decl -prf
|
|
||||||
import findLast from 'array.prototype.findlast'
|
|
||||||
export {}
|
export {}
|
||||||
|
|
||||||
findLast.shim()
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
https://github.com/MaxArt2501/base64-js
|
https://github.com/MaxArt2501/base64-js
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
// @ts-ignore no decl -prf
|
import 'array.prototype.findlast/auto'
|
||||||
import * as findLast from 'array.prototype.findlast'
|
|
||||||
/// <reference lib="dom" />
|
/// <reference lib="dom" />
|
||||||
|
|
||||||
findLast.shim()
|
|
||||||
|
|
||||||
// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
|
// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
|
||||||
window.setImmediate = (cb: () => void) => setTimeout(cb, 0)
|
window.setImmediate = (cb: () => void) => setTimeout(cb, 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user