mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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 ]
```
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| seamless-immutable-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||