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

3 lines
132 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
import { type ThisEncode } from "./utils.js";
export declare function flatten(this: ThisEncode, input: unknown): number | [number];