From d2dc0f963321805f098fbc82c9b7329eb69645b9 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:22:20 +0900 Subject: [PATCH] chore: empty string test --- build/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/index.ts b/build/index.ts index e1cf0b8..1b0be7a 100644 --- a/build/index.ts +++ b/build/index.ts @@ -2,3 +2,5 @@ import * as dotenv from "dotenv"; // load environment variables (if you have them) dotenv.config(); console.log("Welcome to ts-template"); + +const _EMPTY_STRING_TEST = "";