11 lines
540 B
TypeScript
11 lines
540 B
TypeScript
|
|
export * from "./client_patches/browserContextPatch.ts";
|
||
|
|
export * from "./client_patches/clientHelperPatch.ts";
|
||
|
|
export * from "./client_patches/clockPatch.ts";
|
||
|
|
export * from "./client_patches/framePatch.ts";
|
||
|
|
export * from "./client_patches/jsHandlePatch.ts";
|
||
|
|
export * from "./client_patches/locatorPatch.ts";
|
||
|
|
export * from "./client_patches/networkPatch.ts";
|
||
|
|
export * from "./client_patches/pagePatch.ts";
|
||
|
|
export * from "./client_patches/tracingPatch.ts";
|
||
|
|
export * from "./client_patches/workerPatch.ts";
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|