10 lines
503 B
TypeScript
10 lines
503 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"; |