export function typeNumber(data) {
    if (data === null) {
        return 1;
    }
    if (data === void 666) {