@userfrosting/ts-log-adapter-ava
Version:
Plug ava test logging into ts-log compatible logging interfaces.
17 lines (9 loc) • 350 B
Markdown
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { LogFn } from 'ava';
import TsLog from 'ts-log';
// @public
export function logAdapter(log: LogFn): TsLog.Logger;
// (No @packageDocumentation comment for this package)
```