Files
2026-04-26 19:42:42 +02:00

15 lines
283 B
JavaScript
Executable File

/**
* @since 2.0.0
*/
import * as internal from "./internal/logSpan.js";
/**
* @since 2.0.0
* @category constructors
*/
export const make = internal.make;
/**
* @since 2.0.0
* @category destructors
*/
export const render = internal.render;
//# sourceMappingURL=LogSpan.js.map