From 48cf6f0dcc3fe3952bb5dc0396841283860491d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Wed, 8 Dec 2021 16:40:31 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20d=C3=A9pendance=20devenue=20inuti?= =?UTF-8?q?le.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SortingField.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SortingField.ts b/src/SortingField.ts index afe7245..411f060 100644 --- a/src/SortingField.ts +++ b/src/SortingField.ts @@ -1,4 +1,3 @@ -const { compare }=require('natural-orderby'); const errors=require("./errors.js"); import { SortingFields } from "./interfaces"; import { FreeDatas2HTML } from "./FreeDatas2HTML";