generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare function safeArrayConcat<T = unknown>(
|
||||
item: T | readonly T[],
|
||||
...items: (T | readonly T[])[],
|
||||
): T[];
|
||||
|
||||
export = safeArrayConcat;
|
||||
Reference in New Issue
Block a user