UNPKG

midwinter

Version:

A next-gen middleware engine built for the WinterCG environments.

13 lines (10 loc) 288 B
import { M as Midwinter } from './midwinter-BK77krE0.js'; import './types-xEg9liKj.js'; import './util-CHs1TI3T.js'; type OtelInitOpts = { name?: string; }; declare const init: (opts?: OtelInitOpts) => { otel: () => Midwinter<{}, {}, {}>; }; export { type OtelInitOpts, init };