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

1.0.0 • Public • Published

Agape Types

Common types

Types

Class

Constructor function

Dictionary

Plain old javascript object key/value pairs

Function

Any arguments and any return value

Generics

Interface<T>

Create an interface from a class

OmitMethods<T>

All properties except methods

Checking

Evaluation to true or false types depending on T.

IsPrimitive<T>

IsArray<T>

IsDate<T>

IsFunction<T>

IsMap<T>

IsSet<T>

Author

Maverik Minett maverik.minett@gmail.com

Copyright

© 2023 Maverik Minett

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @agape/types

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

2.28 kB

Total Files

8

Last publish

Collaborators

  • maverik.minett