Node TAP
    Preparing search index...

    Interface NockRecorderOptionsMaybe

    Options where we might not actually have the fields

    interface NockRecorderOptionsMaybe {
        clean?: (scope: Definition) => Definition;
        key?: string;
    }
    Index

    Properties

    Properties

    clean?: (scope: Definition) => Definition
    key?: string