From 3addf6bcfd90b3890409e24c3088f68415e4c112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Wed, 9 Oct 2024 06:21:59 +0900 Subject: [PATCH] chore: empty string test --- build/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/index.ts b/build/index.ts index 1b0be7a..e1cf0b8 100644 --- a/build/index.ts +++ b/build/index.ts @@ -2,5 +2,3 @@ import * as dotenv from "dotenv"; // load environment variables (if you have them) dotenv.config(); console.log("Welcome to ts-template"); - -const _EMPTY_STRING_TEST = "";