1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

chore(*): remove unnecessary imports

This commit is contained in:
Krishna Acondy
2021-01-19 09:07:40 +00:00
parent 4196901e01
commit 00f09179a8
2 changed files with 0 additions and 11 deletions

View File

@@ -1,13 +1,3 @@
import { isIEorEdgeOrOldFirefox } from './utils/isIeOrEdge'
import * as e6p from 'es6-promise'
;(e6p as any).polyfill()
if (isIEorEdgeOrOldFirefox()) {
if (window) {
window.fetch = undefined as any // ensure the polyfill runs
}
}
// tslint:disable-next-line
require('isomorphic-fetch')
import {
convertToCSV,
compareTimestamps,