README
appstack
a stack of js utilities and libraries
Stack
Class: as.Class (a classical-class based library with creation and extending capability)
Utility: as.Utility (a utility belt of standard functions merge,each,..etc)
Promise: as.Promise (basic Promise A spec compliant promise api)
Matchers: as.Matcher (basic assertion library with color response)
Events: as.Events (a basic event system,capable of handle namespace also)
Callbacks: as.Callbacks (a callback api,allows instant callback management and firing)
Env: as.Env (basic environment checker,allows checking for nodejs or dom environment using feature test)
Console: as.Console (wrapps a client and server side console)
HashHelper: as.HashHelpers (Provides a set of functions for Map object({}) eg fetch,modify,hasValue,exist..etc)
ASColors: as.ASColors (Provides client and command side color code with String.prototype staining)
Counter: as.Counter (Provides a basic increment and decrement counter,useful for sizes handle)