1.0.0 • Published 12 months ago

@agape/types v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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