Skip to content

Instantly share code, notes, and snippets.

View Mqxx's full-sized avatar
:atom:
Always remember

Mqx Mqxx

:atom:
Always remember
  • Loat.dev
  • Somewhere in Germany
  • 05:47 (UTC +02:00)
View GitHub Profile
export function consoleSizeUpdate(
callbackFn : (columns : number, rows : number) => void,
options? : {
consoleSizeFunction? : typeof Deno.consoleSize,
interval? : number
}
) : void {
const consoleSizeFunction = options?.consoleSizeFunction ?? Deno.consoleSize
const interval = options?.interval ?? 0;
@Mqxx
Mqxx / cloudflare_worker_badge.svg
Last active July 14, 2024 18:15
Cloudflare Worker Badge from the official website.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.