Files
igny8/frontend/node_modules/turbo-stream/dist/unflatten.d.ts
2025-11-09 10:27:02 +00:00

3 lines
125 B
TypeScript

import { type ThisDecode } from "./utils.js";
export declare function unflatten(this: ThisDecode, parsed: unknown): unknown;