Revert "Drop duplicate export (#84)"
This reverts commit 28913cae88.
Closes #89
Fixes #88
This commit is contained in:
parent
b064473589
commit
6106086a35
1 changed files with 4 additions and 1 deletions
|
|
@ -385,5 +385,8 @@ Object.defineProperties(is, {
|
|||
}
|
||||
});
|
||||
|
||||
module.exports = is; // For CommonJS default export support
|
||||
export default is;
|
||||
|
||||
// For CommonJS default export support
|
||||
module.exports = is;
|
||||
module.exports.default = is;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue