This commit is contained in:
Federico Brigante 2019-03-13 15:12:37 +08:00 committed by GitHub
parent 19c992747d
commit 603c1f210d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,6 +366,5 @@ Object.defineProperties(is, {
}
});
module.exports = is; // For CommonJS default export support
export default is;