UNPKG

midwinter

Version:

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

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