Files
dealplustech/dealplustech-astro/node_modules/flattie/index.d.ts
2026-03-02 12:35:14 +07:00

2 lines
110 B
TypeScript

export function flattie<X=Record<string, any>, Y=unknown>(input: Y, glue?: string, keepNullish?: boolean): X;