removed default export

This commit is contained in:
Openbyte
2018-02-15 23:03:31 +01:00
parent 8219cae7ae
commit 676bb2c497
2 changed files with 2 additions and 2 deletions

View File

@@ -161,4 +161,4 @@ interface ObjectMerge {
declare const objectMerge: ObjectMerge;
export default objectMerge;
export = objectMerge;

View File

@@ -1,4 +1,4 @@
import objectMerge from 'object-merge';
import objectMerge = require('object-merge');
const x = {
a : 'a',