0.2.6 • Published 9 years ago

higher-object v0.2.6

Weekly downloads
24
License
MIT
Repository
-
Last release
9 years ago

Higher Object

A little library to force good object standards.

An object is considered a higher object of it meats the following criteria:

  • It is a JS 'class' that starts with an uppercase letter
  • It has a static ClassName.isClassName method for checking if something is a class
  • It has a static ClassName.fromJS
  • It has an instance valueOf method
  • It has an instance toString method
  • It has an instance toJS method
  • It has an instance toJSON method that returns the same as the toJS method
  • It has an instance equals method
0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago