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.