med-notes/.pnpm-store/v10/files/04/6e37e100910cc16334362cb7d442a8a60eb1786d511c77a05092a4018c64d70cd55d2bd33d774278a0c1b9a5b819918bb44c7f7fa6bd5334f3e9e2e1345db4
2025-05-09 05:30:08 +02:00

3 lines
132 B
Plaintext

import { type ThisEncode } from "./utils.js";
export declare function flatten(this: ThisEncode, input: unknown): number | [number];