Description:

utils.debug () :void

Inherits

Methods

range_check () :void

reference_check () :void

type_check (Argument:*, arg:type, Does:boolean} Does the arg inherit from the prototype, default false. , callback:function(*, string, object)) :void

Parameters

  1. Argument:* – to type check.
  2. arg:type – type Name of type.
  3. Does:boolean} Does the arg inherit from the prototype, default false. – the arg inherit from the prototype, default false. }
  4. callback:function(*, string, object) – [optional] Function to run if a TypeError is thrown.

Throws

  • SyntaxError –
  • TypeError –
(options:object, arg:number) :void

Options object checks run for all types.

Parameters

  1. options:object –
  2. arg:number –