aboutsummaryrefslogtreecommitdiff
path: root/static/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/lib.ts')
-rw-r--r--static/lib.ts3
1 files changed, 3 insertions, 0 deletions
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