Skip to content

Commit

Permalink
chore: remove unused injections
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 2, 2022
1 parent a870c25 commit 1a0fd33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/templates/injected.ts.tmpl
@@ -1,9 +1,7 @@
import * as Poller from '../injected/Poller.js';
import * as util from '../injected/util.js';
import {createDeferredPromise} from '../util/DeferredPromise.js';

declare global {
const InjectedUtil: Readonly<typeof Poller & typeof util> & {
const InjectedUtil: {
createDeferredPromise: typeof createDeferredPromise;
};
}
Expand Down

0 comments on commit 1a0fd33

Please sign in to comment.