ts-replace
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • 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 ts-replace

Weekly Downloads

486

Version

1.0.0

License

MIT

Unpacked Size

2.73 kB

Total Files

4

Last publish

Collaborators

  • k-okina