Drop duplicate export (#84)
This commit is contained in:
parent
79144f9542
commit
28913cae88
1 changed files with 1 additions and 4 deletions
|
|
@ -366,8 +366,5 @@ 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