Drop duplicate export
This commit is contained in:
parent
79144f9542
commit
19c992747d
1 changed files with 2 additions and 4 deletions
|
|
@ -366,8 +366,6 @@ Object.defineProperties(is, {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
export default is;
|
|
||||||
|
|
||||||
// For CommonJS default export support
|
module.exports = is; // For CommonJS default export support
|
||||||
module.exports = is;
|
export default is;
|
||||||
module.exports.default = is;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue