Skip to content

Instantly share code, notes, and snippets.

/* eslint-disable @typescript-eslint/naming-convention */
/* eslint-disable no-underscore-dangle */
import getBackData from '../../library/util/getBackData';
import toPascal from '../../library/util/toPascal';
import { BaseAbstract } from '../baseAbstract/base.abstrat';
import callFn from '../../library/util/callFn';
import { IGrpcConstructor, IHttpClientConfig, IHttpClientConfigGrpc, IRequestParams } from './httpClient.interface';
/**
document.body.innerHTML = "";
for (let n = 0; n < Math.floor(0.007 * window.innerHeight * window.innerWidth); n++) {
document.write(String.fromCharCode("0x" + (2571 + Math.floor(Math.random() * Math.floor(2)))));
}
document.body.style = `overflow: hidden; width: 120%; margin: -10px; padding: 0; overflow-wrap: break-word; line-height: 14px; letter-spacing: -2px;`;
//by https://github.com/nickyreinert/maze/blob/master/pseudo_maze.mini.html