Add findlast shim for outdated browsers (#1463)
* Add findlast shim for crappy browsers * Fix types
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import 'fast-text-encoding'
|
||||
import Graphemer from 'graphemer'
|
||||
// @ts-ignore no decl -prf
|
||||
import findLast from 'array.prototype.findlast'
|
||||
export {}
|
||||
|
||||
findLast.shim()
|
||||
|
||||
/**
|
||||
https://github.com/MaxArt2501/base64-js
|
||||
The MIT License (MIT)
|
||||
|
||||
Reference in New Issue
Block a user