Classes
Namespaces
- data
- The
system.datalibrary provides a framework unified for representing and manipulating collections. - errors
- The
system.errorspackage contains error classes that are part of the VEGAS JS Application Programming Interface (API). - evaluators
- The
system.evaluatorslibrary contains classes to evaluates some objects. - events
- The
system.eventspackage provides an W3C Event Model library. - formatters
- The
system.formatterslibrary contains classes to format objects to a specific string expression. - ioc
- The
system.ioclibrary provides a simple et strong implementation of the Inversion of Control (IoC) principle. - logging
- The
system.logginglibrary defines functions and classes which implement a flexible event logging system for applications and libraries. - logics
- The
system.logicslibrary perform some tasks based on whether a given condition holdstrueor not. - models
- The
system.modelslibrary provides a simple MVC implementation with a collection ofModelclasses to manage your applications. - numeric
- The
system.numericlibrary contains classes and tools that provides extranumericmethods and implementations. - process
- The
system.processlibrary allow you to create and manage asynchronous operations in your applications. - rules
- The
system.ruleslibrary defines a set of functions and classes to evaluate some basic or complex conditions in your applications. - signals
- The
system.signalslibrary is light-weight, strongly-typed messaging tools. - transitions
- The
system.transitionslibrary is a simple animations toolkit to use in your projects, your games, your websites.
Methods
-
<static> exports.isEquatable(target)
-
Indicates if the specific objet is Equatable.
Parameters:
Name Type Description targetobject The object to evaluate.
Returns:
trueif the object isEquatable. -
<static> isEvaluable(target)
-
Indicates if the specific objet is
Evaluable.Parameters:
Name Type Description targetobject The object to evaluate.
Returns:
trueif the object isEvaluable. -
<static> isFormattable(target)
-
Indicates if the specific objet is Formattable.
Parameters:
Name Type Description targetobject The object to evaluate.
Returns:
trueif the object isFormattable.