Skip to content

Commit

Permalink
fix(simplify types): remove the references to the Typescript types be…
Browse files Browse the repository at this point in the history
…cause it causes problems
  • Loading branch information
RobertFischer committed Dec 10, 2020
1 parent 7629c4a commit 344ca6c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/fun-promise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
* @format
*/

/* What follows ensures that we have the entire Promise API implemented */
/// <reference path="../node_modules/typescript/lib/lib.es5.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.es2015.iterable.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.es2015.promise.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.es2018.promise.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.es2020.promise.d.ts" />
/// <reference path="../node_modules/typescript/lib/lib.esnext.promise.d.ts" />

import {
Promisable,
PromisableIterable,
Expand Down

0 comments on commit 344ca6c

Please sign in to comment.