Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Create e.ts #585

Open
wants to merge 1 commit into
base: eeeeeeeeeeeeeeeeeeeeeeee
Choose a base branch
from

Conversation

GinoRamirexNubox
Copy link

hi!

@Enitoni
Copy link

Enitoni commented Dec 11, 2018

so before this went down, I made this pull request

const E = 50;

type E = "e";
type EEE<E> = E;

const EEEE = Array;

const e = <EE extends E>(e: EE): EEE<EE> => {
  return e;
};

const ee = new EEEE(E).fill("e" as E);

for (const eee of ee) {
  const eeee = e(eee);
  console.log(eeee);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants