From 3fd9a65a30f977c1b8748fdb3ab3c5b302e57519 Mon Sep 17 00:00:00 2001 From: Suwings Date: Fri, 17 Jul 2020 15:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test.js diff --git a/test.js b/test.js deleted file mode 100644 index 3f4a270..0000000 --- a/test.js +++ /dev/null @@ -1,3 +0,0 @@ -var UUID = require('uuid'); - -console.log(UUID.v4().replace(/-/igm, ""));