UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

6 lines (5 loc) 171 B
/** * `useStderr` is a React hook, which exposes stderr stream. */ declare const useStderr: () => import("../components/StderrContext").Props; export default useStderr;