"undefined is not a function"?

March 10, 2018 ยท View on GitHub

Build Status npm version

A while ago a tweeted that I had fixed the internet.

image

Well, I guess that wasn't entirely accurate. I gave people the ability for them to fix the internet, but not everyone was on board.

So today, I'm making it even easier for you to fix your little corner of the interwebs.

Get the code (i.e. fix the internet)

All you have to do is this:

$ npm i --save undefined-is-a-function

(or if you like yarn)

$ yarn add undefined-is-a-function

Then in your code:

import { undefined } from 'undefined-is-a-function';

Fixed! undefined is now a function.

So I state again: ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ I fixed the internet! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

(or at least until the next time)

Tests

Yes, there are tests. And they all pass.