mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
2 lines
136 B
Text
2 lines
136 B
Text
export declare function flatten<T>(nodes: T[][], target?: T[]): T[];
|
|
export declare function flatten<T>(nodes: T[], target?: T[]): T[];
|