diff --git a/types/karma-fixture/index.d.ts b/types/karma-fixture/index.d.ts index 75212799c1..42af1d5d60 100644 --- a/types/karma-fixture/index.d.ts +++ b/types/karma-fixture/index.d.ts @@ -1,6 +1,7 @@ -// Type definitions for karma-fixture 0.2.6 +// Type definitions for karma-fixture 0.2.7 // Project: https://github.com/billtrik/karma-fixture // Definitions by: Ezekiel Victor +// Afshawn Lotfi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace fixture { @@ -25,3 +26,6 @@ declare namespace fixture { export function setBase(fixtureBasePath: string): void; } + +export = fixture; +export as namespace fixture;