mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Merge pull request #465 from kazimanzurrashid/master
Included js-fixtures
This commit is contained in:
14
js-fixtures/fixtures.d.ts
vendored
Normal file
14
js-fixtures/fixtures.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare interface Fixtures {
|
||||
path: string;
|
||||
containerId: string;
|
||||
set(html: string): void;
|
||||
appendSet(html: string): void;
|
||||
preload(...htmls: string[]): void;
|
||||
load(...htmls: string[]): void;
|
||||
appendLoad(...htmls: string[]): void;
|
||||
read(...htmls: string[]): string;
|
||||
clearCache(): void;
|
||||
cleanUp(): void;
|
||||
}
|
||||
|
||||
declare var fixtures: Fixtures;
|
||||
Reference in New Issue
Block a user