2025-04-10 18:12:05 +09:00

3 lines
125 B
TypeScript

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