package datkt.tape /** * An alias for a function callback used for * a test runner. */ typealias Callback = (t: Test) -> Any?