UNPKG

wadjet

Version:

The your birth date is based on statistical psychology and will expose your personality. This package as a mocule does its calculations.

22 lines (15 loc) 865 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _tableXY = require('../util/tableXY'); var _tableXY2 = _interopRequireDefault(_tableXY); var _enum = require('../enum'); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** A table of potentials corresponding to month and coefficients. */ var table = [[2, 3, 4, 5, 8, 9, 0, 1, 6, 7], [7, 6, 3, 2, 5, 4, 9, 8, 1, 0], [6, 7, 2, 3, 4, 5, 8, 9, 0, 1], [1, 0, 7, 6, 3, 2, 5, 4, 9, 8], [0, 1, 6, 7, 2, 3, 4, 5, 8, 9], [9, 8, 1, 0, 7, 6, 3, 2, 5, 4], [8, 9, 0, 1, 6, 7, 2, 3, 4, 5], [5, 4, 9, 8, 1, 0, 7, 6, 3, 2], [4, 5, 8, 9, 0, 1, 6, 7, 2, 3], [3, 2, 5, 4, 9, 8, 1, 0, 7, 6]]; /** * Get potentials that corresponding to * the specified month and coefficients. */ exports.default = (0, _tableXY2.default)(_enum.potential, table);