mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-02 19:54:33 +00:00
```
> const SI = require('seamless-immutable')
undefined
> SI.from([1,2,3]).concat(SI.from([4, 5, 6]).concat([7,8,9]))
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
```