source:
imaps-frontend/node_modules/safe-array-concat/index.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | declare function safeArrayConcat<T = unknown>(item: T | T[], ...items: (T | T[])[]): T[]; |
2 | ||
3 | export = safeArrayConcat; |
Note:
See TracBrowser
for help on using the repository browser.