t-swap
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

t-swap

type Result = Swap<{ a: 1, b: 1, c: 1 }, { a: 2, b: 2, z: 2 }> // { a: 2, b: 2, c: 1 }

Readme

Keywords

none

Package Sidebar

Install

npm i t-swap

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.7 kB

Total Files

4

Last publish

Collaborators

  • k-okina