mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Included js-fixtures definitions.
This commit is contained in:
Vendored
+14
@@ -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