From 5602b1d8c858fd16de5691e0bf8765909c44a6bd Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 14 Apr 2022 22:41:12 +0200 Subject: [PATCH] Useless import --- src/globals.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/globals.ts b/src/globals.ts index 7d8daa3..e79ed75 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -1,5 +1,3 @@ -import { match } from 'assert' - // Matches a wikiling that begins a string export const regexWikilink = /^!?\[\[(?.+?)(\|(?.+?))?\]\]/ export const regexLineSplit = /\r?\n|\r|((\.|\?|!)( |\r?\n|\r))/g