@azrico/types
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Modify

 type ModifiedType = Modify<OriginalType, {
  a: number;
  b: number;
}>

interface ModifiedInterface extends Modify<OriginalType, {
  a: number;
  b: number;
}> {}

Readme

Keywords

none

Package Sidebar

Install

npm i @azrico/types

Weekly Downloads

124

Version

1.0.11

License

MIT

Unpacked Size

4.11 kB

Total Files

10

Last publish

Collaborators

  • azrideus