core-utils
    Preparing search index...

    Interface CreateIntermediateOutputRecorderInput

    interface CreateIntermediateOutputRecorderInput {
        filePath: string;
        makeDirectory?: (path: string) => Promise<void>;
        now?: () => Date;
        request: TribunalRequest;
        writeFile?: (path: string, contents: string) => Promise<void>;
    }
    Index

    Properties

    filePath: string
    makeDirectory?: (path: string) => Promise<void>
    now?: () => Date
    writeFile?: (path: string, contents: string) => Promise<void>