3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
import { type ThisDecode } from "./utils.js";
|
|
export declare function unflatten(this: ThisDecode, parsed: unknown): unknown;
|