Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So that code like this, which is increasingly common, doesn't fail because `this` isn't bound to the right object. ``` const {getType} = require("mime"); getType("hello.txt"); ```
- Loading branch information