Files
skills-here-run-place/node_modules/flattie/index.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

2 lines
110 B
TypeScript

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