UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

12 lines 286 B
/** * The main tap export, ESM style * * Essentially just a re-export of everything defined in the index, * but with the `t` member as the default export. * * @module */ import { t } from './main.js'; export * from './main.js'; export default t; //# sourceMappingURL=index.js.map