UNPKG

@contentful/integration-test-utils

Version:
8 lines (7 loc) 256 B
declare type CleanUpSpacesOptions = { threshold?: number; dryRun?: boolean; }; declare type CleanUpSpacesFunction = (options?: CleanUpSpacesOptions) => Promise<void>; export declare const cleanUpTestSpaces: CleanUpSpacesFunction; export {};