Public API

@angular-package/range public API

Public features that can be imported.

import {
  // Abstract class.
  Inequality,
  // Class.
  Greater,
  Less,
  Maximum,
  Minimum,
  Number,
  Range
} from '@angular-package/range';

Greater

The Greater primitive wrapper object represents the primitive value of the number type greater than the given.

Inequality

The Inequality abstract primitive wrapper object represents the primitive value greater or less than the given.

Less

The Less primitive wrapper object represents the primitive value of number type less than the given.

Maximum

The Maximum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the maximum number greater or less than the given.

Minimum

The Minimum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the minimum number greater or less than the given.

Number

The Number primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the number greater or less than the given.

Range

The Range object represents a range between a minimum and maximum.

Last updated