Drop default export

This commit is contained in:
Federico Brigante 2019-05-18 22:37:06 +08:00 committed by GitHub
parent 58daa3eaf4
commit 1dce31d2a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,7 +386,3 @@ Object.defineProperties(is, {
});
export = is;
// ES module compatibility
// TODO: Remove this for the next major release
export default is;