Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edezekiel/eb36d4c574e7295b37430a273bcbb751 to your computer and use it in GitHub Desktop.
Save edezekiel/eb36d4c574e7295b37430a273bcbb751 to your computer and use it in GitHub Desktop.
Example showing that Functions also satisfy generic Identity index signature
parseObject(
addIndexSignature(() => { console.log('whoops'); }) // This should be an Error
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment