Merge branch 'master' into commonjs-default-export
This commit is contained in:
commit
1b4296cf0b
2 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ Object.defineProperties(is, {
|
|||
}
|
||||
});
|
||||
|
||||
export default is; // tslint:disable-line:no-default-export
|
||||
export default is;
|
||||
|
||||
// For CommonJS default export support
|
||||
module.exports = is;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue