knowledgebase_law/node_modules/turbo-stream/dist/unflatten.d.ts

3 lines
125 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
import { type ThisDecode } from "./utils.js";
export declare function unflatten(this: ThisDecode, parsed: unknown): unknown;