Skip to content

Commit

Permalink
trying to pass workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0ursTruly committed Jun 22, 2024
1 parent 1a1ca2f commit 5889b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(function(channelNameSize){
const crypto=typeof window==="undefined"?require('node:crypto'):window.crypto;
const mapping=[], typedarray=new Uint8Array(channelNameSize), map=new Map();
for(let i=0;i<256;i++) mapping[i]=String.fromCharCode(i);
function randomChannel(input=true){
Expand Down

0 comments on commit 5889b98

Please sign in to comment.