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

3 lines
132 B
TypeScript

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