MCPcopy Create free account
hub / github.com/esmBot/esmBot / initLog

Function initLog

src/utils/misc.ts:33–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export function initLog() {
34 console.log(`
35 ,*\`$ z\`"v
36 F zBw\`% A ,W "W
37 ,\` ,EBBBWp"%. ,-=~~==-,+* 4BBE T
38 M BBBBBBBB* ,w=####Wpw 4BBBBB# 1
39 F BBBBBBBMwBBBBBBBBBBBBB#wXBBBBBH E
40 F BBBBBBkBBBBBBBBBBBBBBBBBBBBE4BL k
41 # BFBBBBBBBBBBBBF" "RBBBW F
42 V ' 4BBBBBBBBBBM TBBL F
43 F BBBBBBBBBBF JBB L
44 F FBBBBBBBEB BBL 4
45 E [BB4BBBBEBL BBL 4
46 I #BBBBBBBEB 4BBH *w
47 A 4BBBBBBBBBEW, ,BBBB W [
48.A ,k 4BBBBBBBBBBBEBW####BBBBBBM BF F
49k <BBBw BBBBEBBBBBBBBBBBBBBBBBQ4BM #
50 5, REBBB4BBBBB#BBBBBBBBBBBBP5BFF ,F
51 *w \`*4BBW\`"FF#F##FFFF"\` , * +"
52 *+, " F'"'*^~~~^"^\` V+*^
53 \`"""
54
55esmBot ${process.env.ESMBOT_VER} (${process.env.GIT_REV})
56`);
57}
58
59// random(array) to select a random entry in array
60export function random<T>(array: T[]) {

Callers 2

app.tsFile · 0.85
node.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected