From 44f8ae5ba2b6b4954d6562aff2f4e704cfa1a966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Nov 2021 16:17:46 +0100 Subject: Limit exports to those used by imports. This gives a clearer picture of what is dead code and what isn't. --- static/lib.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/lib.ts') diff --git a/static/lib.ts b/static/lib.ts index fe5ef1bd..d8e881ac 100644 --- a/static/lib.ts +++ b/static/lib.ts @@ -9,6 +9,9 @@ export { General procedures which in theory could be used anywhere. */ +/* + * https://www.typescriptlang.org/docs/handbook/declaration-merging.html + */ declare global { interface Object { format: (fmt: string) => string -- cgit v1.2.3