From 0999ca6d8b780ceaabf72040641d13554f2e1f1c Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Tue, 29 Oct 2024 08:55:44 +0300 Subject: [PATCH] chore: minor formatting --- src/main/ts/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ts/util.ts b/src/main/ts/util.ts index 977cf47..09e6bd3 100644 --- a/src/main/ts/util.ts +++ b/src/main/ts/util.ts @@ -1,6 +1,6 @@ +import { Buffer } from 'node:buffer' import { Stream } from 'node:stream' import process from 'node:process' -import { Buffer } from 'node:buffer' export const g = (!process.versions.deno && global) || globalThis