augment-vir - v31.13.0
    Preparing search index...

    Type Alias UniversalBareIt

    UniversalBareIt: (
        this: void,
        doesThis: string,
        callback: UniversalItCallback,
    ) => void

    A minimal interface for it. This is used in UniversalIt.

    Compatible with both Node.js's test runner and web-test-runner or other Mocha-style test runners.

    Type declaration