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

6 lines
162 B
TypeScript
Executable File

import type * as Fiber from "../Fiber.js";
declare const void_: Fiber.Fiber<void>;
export {
/** @internal */
void_ as void };
//# sourceMappingURL=fiber.d.ts.map