mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
Merge pull request #26161 from afshawnlotfi/karma-fixture
Karma fixture
This commit is contained in:
6
types/karma-fixture/index.d.ts
vendored
6
types/karma-fixture/index.d.ts
vendored
@@ -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 <https://github.com/evictor>
|
||||
// Afshawn Lotfi <https://github.com/afshawnlotfi>
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user